vue-admin下载 - 基于vue.js 2和element ui的管理系统后台模板
6271 2020-03-10 JavaScript MIT 官方网站
基于vue.js 2和element ui的管理系统后台模板。
6271 2020-03-10 JavaScript MIT 官方网站
基于vue.js 2和element ui的管理系统后台模板。
v1.0.0.zip(v1.0.5) 下载
v1.0.1.zip(v1.0.5) 下载
v1.0.2.zip(v1.0.5) 下载
v1.0.4.zip(v1.0.5) 下载
v1.0.5.zip(v1.0.5) 下载
v1.0.3.zip(v1.0.5) 下载
demo: https://taylorchen709.github.io/vue-admin/
This is a project template for vue-cli
# 安装npm
npm install
# 创建项目
vue create itxst.com
# 运行项目
npm run dev
# 编译发布项目
npm run build
build - webpack config files
config - webpack config files
dist - build
src -your app
api
assets
common
components - your vue components
mock
styles
views - your pages
vuex
App.vue
main.js - main file
routes.js
static - static assets
You can change theme by
Generate theme packages by https://elementui.github.io/theme-preview/#/
Put theme packages in src/assets/theme/
Edit src/main.js
import 'element-ui/lib/theme-default/index.css'
to
import './assets/theme/your-theme/index.css'
Edit src/styles/vars.scss
Modern browsers and IE 10+.