/vue-project-template

vue-cli3项目模版,修改vue.config.js,增加打包,图片base64化,gzip,代码分割颗粒化,拦截器配置,请求封装,图片强制打包,cdn配置,文件别名,本地开发代理,css压缩抽取等,store配置(单模块)

Primary LanguageJavaScript

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

vue-project-template