Open Source Love Build Dev HitCount
在经历过多个业务场景后,总结出的一些组件的实现方法,如果能够给你提供一些实现思路,就是这个项目的意义。
# install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # check for finding duplicated code blocks npm run check
特性
- 组件容易扩展,可进行二次封装;
- 每个组件包含对应的开发文档,方便debug。
开发文档