react-boilerplate

时间:2024-06-04 07:23:51
【文件属性】:

文件名称:react-boilerplate

文件大小:178KB

文件格式:ZIP

更新时间:2024-06-04 07:23:51

JavaScript

React样板 可用的脚本有: npm run start用于运行开发服务器 npm run build用于构建应用程序的生产版本。 npm run eslint:fixAll修复所有可自动修复的eslint错误 npm run test使用Jest运行所有测试 npm run storybook运行本地服务器以查看故事 npm run build-storybook用于将故事书导出为静态站点 npx crcf 用于创建组件及其文件夹。 要开始使用此样板代码,请在本地克隆它,运行npm install然后npm run start 对于生产版本,请运行npm run build


【文件预览】:
react-boilerplate-master
----.storybook()
--------config.js(287B)
--------webpack.config.js(574B)
--------addons.js(86B)
----.gitignore(26B)
----README.md(646B)
----stories()
--------index.stories.js(782B)
----.env(117B)
----.prettierrc(67B)
----.crcfrc(58B)
----.eslintrc(191B)
----package.json(2KB)
----src()
--------routing.js(632B)
--------components()
--------actions()
--------__tests__()
--------middleware()
--------constants()
--------reducers()
--------index.js(234B)
--------config()
--------store()
----.babelrc(140B)
----index.html(186B)
----webpack.config.js(1KB)
----package-lock.json(659KB)

网友评论