Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 666 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 666 Bytes

vue-h5-pro

基于@vue/CLI3构建的移动端h5项目模板。

说明

项目涉及@vue/CLI3构建、移动端h5开发、axios封装、通用化组件等。 持续更新...

博客地址:

目录结构

构建命令

初始化依赖配置

yarn install

开发环境 启动运行

yarn run serve

生产环境 打包构建

yarn run build

yarn build --report // 打包分析

自动化测试

yarn run test

Lint检查并修复

yarn run lint

配置参考

See CLI配置参考.