Skip to content

liugq/ui-template

Repository files navigation

ui-template

vue2 + bootstrap4 + element-ui + vue-cli3 支持多页面配置

准备

项目安装

npm install

or

cnpm install

开发模式下 编译 & 热加载

npm run serve

生产模式下 编译 & 压缩文件

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.