Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 566 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 566 Bytes

Parcel-React

零配置React开发模板,基于Parcel全新构建

使用说明

$ npm install -g parcel-bundler
创建一个 package.json
$ npm init -y

安装相关依赖

$ npm install

开发调试

$ npm run dev

正式构建

$ npm run build

目录结构

├── dist                构建结果
   └── index.html
├── index.html          首页文件
├── node_modules
├── package.json

帮助联系

作者:jiangjinlei
邮箱:[email protected]
QQ:135652820