🚀 基于@vue/CLI3构建的移动端h5项目模板。
项目涉及@vue/CLI3构建、移动端h5开发、axios封装、通用化组件等。 持续更新...
- 基于
@vue/cli3
- CSS 预编译语言:less,全局样式初始化
- ajax封装,借助Axios库实现http请求
- vue-router封装;懒加载、拦截
- 页面平滑切换
- 通用化组件
- 移动端适配
- 可视化分析工具
- 项目结构拆分 等...
项目详细介绍博客:https://www.yuque.com/nowthen/longroad/gyffxo
git clone git@github.com:now1then/vue-h5-pro.git
yarn install
yarn run serve
yarn run build
yarn build --report // 打包分析
yarn run test
yarn run lint
See CLI配置参考.