Go to file
Randy2017 79564e01ef
Update README.md
2018-08-15 22:31:58 +08:00
public first commit 2018-08-15 16:28:35 +08:00
src add 2018-08-15 18:39:22 +08:00
.gitignore first commit 2018-08-15 16:26:55 +08:00
README.md Update README.md 2018-08-15 22:31:58 +08:00
babel.config.js first commit 2018-08-15 16:26:55 +08:00
package.json first commit 2018-08-15 16:26:55 +08:00
vue.config.js first commit 2018-08-15 16:26:55 +08:00

README.md

vueadmin

技术栈主要使用vue-cli3.0+vue+elementUI+vuex+axios。
这是一个基于手摸手系列,vueadmin-template进行改造的版本----感谢作者风骚花裤衩。

由于是基于vue-cli3.0为基础进行的开发所以同比vue-cli2会有区别 1、项目的目录结构发生了变化vue-cli3.0隐藏了webpack的配置文件目录看起来非常的清爽简洁在目标上追求0配置进行开发将大部分时间用在开发上避免在配置上浪费过多时间。但是个人风格配置无法避免这里提供了一个vue.config.js进行项目的配置;

线上预览地址

## Project setup ``` npm install ```

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Compiles and minifies for production to analyze the component percent

npm run analyze