Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 227 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 227 Bytes

webpack 脚手架,支持es6

  • 可以在src/index.js中写需要的组件
  • lib文件夹下是生产环境下压缩好的文件

运行方式

  • 开发环境
npm start
  • 生产环境
npm run build