nextjs-example:用CodeSandbox创建

时间:2024-04-24 06:21:03
【文件属性】:

文件名称:nextjs-example:用CodeSandbox创建

文件大小:37KB

文件格式:ZIP

更新时间:2024-04-24 06:21:03

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 使用将其部署到云()。


【文件预览】:
nextjs-example-main
----.gitignore(386B)
----README.md(1KB)
----pages()
--------about.js(69B)
--------day()
--------index.js(192B)
----package.json(347B)
----.codesandbox()
--------workspace.json(218B)
----yarn.lock(81KB)

网友评论