nextjs project boilerplate 源码
这是一个样板 里面是什么? 该项目使用了很多东西,例如: 入门 首先,运行开发服务器: 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的构建版本
文件列表
nextjs-project-boilerplate-master.zip
(预估有个40文件)
nextjs-project-boilerplate-master
.babelrc
407B
stories
0-Welcome.stories.js
312B
1-Button.stories.js
438B
.storybook
preview.js
154B
main.js
113B
img
hero-illustration.svg
12KB
暂无评论