文件名称:simple-react-boilerplate:适用于应用程序的简单React样板
文件大小:81KB
文件格式:ZIP
更新时间:2024-04-19 19:13:46
JavaScript
OpenHolle简单React样板 设置 您可以分叉此存储库,并使用github存储库模板的方式 或者 在您的位置克隆此仓库 git clone https://github.com/OpenHolle/simple-react-boilerplate.git 安装deps,在root仓库中运行命令 yarn 用法 启动开发服务器,运行命令 yarn start 构建开发,运行命令 yarn build 生成产品,运行命令 yarn build:prod
【文件预览】:
simple-react-boilerplate-main
----.gitignore(7B)
----package.json(817B)
----src()
--------index.js(147B)
--------App.js(245B)
--------index.html(140B)
----webpack.config.js(567B)
----.nvmrc(3B)
----LICENSE(1KB)
----babel.config.json(64B)
----README.md(673B)
----yarn.lock(201KB)