document tracking system:用CodeSandbox创建 源码
你好世界的例子 此示例显示了Next背后的最基本思想。 我们有2页: pages/index.js和pages/about.js 。 前者响应/请求,而后者响应/about 。 使用next/link您可以使用通用路由功能在它们之间添加超链接。 day目录显示您可以具有子目录。 自己部署 使用部署示例: 如何使用 使用或执行以引导示例: npx create-next-app --example hello-world hello-world-app # or yarn create next-app --example hello-world hello-world-app 使用将其部署到云()。
文件列表
document-tracking-system-main.zip
(预估有个7文件)
document-tracking-system-main
.gitignore
386B
.codesandbox
workspace.json
218B
package.json
433B
README.md
1KB
pages
day
index.js
68B
index.js
192B
暂无评论