文件名称:document-tracking-app:用CodeSandbox创建
文件大小:74KB
文件格式:ZIP
更新时间:2024-04-06 10:49:43
JavaScript
你好世界的例子 此示例显示了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-app-main
----pages()
--------_app.js(275B)
--------login.js(1KB)
--------about.js(69B)
--------home.js(2KB)
--------index.js(98B)
----yarn.lock(103KB)
----styles()
--------globals.css(632B)
----bootstrap.min.css(161KB)
----components()
--------layout()
----README.md(1KB)
----.gitignore(386B)
----.codesandbox()
--------workspace.json(218B)
----package.json(492B)