nextjs-boilerplate:这是使用nextjs的项目的样板

时间:2021-03-09 21:14:59
【文件属性】:
文件名称:nextjs-boilerplate:这是使用nextjs的项目的样板
文件大小:294KB
文件格式:ZIP
更新时间:2021-03-09 21:14:59
TypeScript Next.js样板 这是一个样板 里面是什么? 该项目使用了很多东西,例如: 入门 首先,运行开发服务器: npm run dev # or yarn dev 用浏览器打开以查看结果。 您可以通过修改pages/index.js来开始编辑页面。 页面在您编辑文件时自动更新。 指令 dev :在localhost:3000上运行您的应用程序 build :创建生产构建版本 start :使用生成的生产代码启动一个简单的服务器 lint :在所有组件和页面中运行lint test :运行笑话来测试所有组件和页面 test:watch :在手表模式下开玩笑 storybook :在localhost:6006上运行Storybook localhost:6006 build-storybook :创建build-storybook的构建版本 了解更多 要了解有关Next.js的更多信
【文件预览】:
nextjs-boilerplate-master
----.prettierignore(19B)
----.storybook()
--------main.js(132B)
--------preview.js(152B)
----generators()
--------plopfile.js(903B)
--------templates()
----.gitignore(461B)
----tsconfig.json(554B)
----README.md(2KB)
----.github()
--------workflows()
----public()
--------manifest.json(493B)
--------img()
----.prettierrc(70B)
----.vscode()
--------settings.json(105B)
----next.config.js(237B)
----package.json(2KB)
----.jest()
--------setup.ts(67B)
----src()
--------components()
--------pages()
--------styles()
--------types()
----.babelrc(407B)
----next-env.d.ts(75B)
----styles()
--------globals.css(275B)
--------Home.module.css(2KB)
----jest.config.js(284B)
----.eslintignore(19B)
----.editorconfig(147B)
----yarn.lock(595KB)
----.eslintrc.json(962B)

网友评论