文件名称:我的页面:使用CodeSandbox创建
文件大小:109KB
文件格式:ZIP
更新时间:2024-03-06 16:17:28
JavaScript
Hello World示例 此示例显示了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 使用将其部署到云()。
【文件预览】:
my-page-master
----pages()
--------_app.js(165B)
--------about.js(69B)
--------index.js(738B)
--------day()
----postcss.config.js(49B)
----public()
--------candy-corn.png(1015B)
----yarn.lock(278KB)
----tailwind.config.js(77B)
----README.md(1KB)
----css()
--------tailwind.css(136B)
----.gitignore(386B)
----nextjs.config.js(74B)
----package.json(421B)