1. 首页
  2. 数据库
  3. 其它
  4. 简单语言示例:使用CodeSandbox创建 源码

简单语言示例:使用CodeSandbox创建 源码

上传者: 2021-04-26 09:19:52上传 ZIP文件 5.01KB 热度 12次
Hello World示例 如何使用 使用create-next-app 使用或执行以引导示例: npx create-next-app --example hello-world hello-world-app # or yarn create next-app --example hello-world hello-world-app 手动下载 下载示例: curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/hello-world cd hello-world 安装并运行: npm install npm run dev # or yarn yarn dev 它部署到云() now 示例背后的想法 此示例显示了Next
用户评论