运行环境:
1、全局安装 vue-cli
$ npm install vue-cli -g
2、全局安装 webpack
$ npm install webpack -g
3、安装依赖库
$ npm install
4.安装 vue-quill-edito
$ npm install vue-quill-editor -g
新增菜单: 在 ./src/router.js 配置具体的路由
项目运行
开发环境,项目将运行在 http:127.0.0.1:9000
$ npm run dev
生产打包,打包目录 build
$ npm run build
相关组件地址如下
https://element.eleme.cn/2.4/#/zh-CN/component/input