Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 535 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 535 Bytes

使用技术

热更新、ES6/7、LESS、Router4、redux、webpack3、async/await、前端node服务器,按需加载...

安装教程

1、 安装依赖包。

npm install 或者cnpm install 或者yarn(推荐)

2、运行脚手架。

npm start

3、将会开启8080端口.

http://127.0.0.1:8080

4、打包发布: 默认打包后的文件统一放到dist文件夹下

npm run build

5、code编写规则及行为规范请参考

https://github.com/cindyrise/doc.git