Skip to content

jm-team/vue-seed

Repository files navigation

Vue-seed

Vue2 PC项目脚手架,使用vue2.x + vue-router + vuex + axios + element-ui + webpack2搭建

简单几步构建基础项目

安装依赖包

$ yarn install
# or 
$ yarn

生成Dll文件(vue2全家桶预编译)

$ yarn run build:dll

开发环境

$ yarn run dev

生产环境

$ yarn run build
# then
$ yarn run start
# http://localhost:8080

代码校验 ESlint

$ yarn run lint

代码修复

$ yarn run lint:fix

开发配置

  • 代码构建配置文件config/index.js
  • 开发环境配置文件config/address.config.js