A Vue.js project
前言描述:
本模板是基于vuecli2.x和vux-ui2.x配置的一个模板。仅供参考
# 0__:关于eslint
由于editorconfig配置的缩进是自定义的4空格,而eslint是认为2空格才正常。。。
本人没有做别的操作,
而是直接选择不使用eslint,如需使用请自行修改.editorconfig文件配置的缩进,并添加eslint
# 1__:安装依赖
npm install
# 2__:启动项目
npm run dev
# 3__:打包项目
npm run build
# build for production and view the bundle analyzer report
npm run build --reportFor a detailed explanation on how things work, check out the guide and docs for vue-loader.