基于
@PanJiaChen vue-element-admin
最新版
在线预览:http://element.tycoding.cn
- 精简原项目
vue-element-admin
,仅留下最基础的页面,其他第三方依赖全部删除 - 改变了原项目的布局样式,按照个人认为的风格进行了修改
- 提供一个最基础的
vue-element-admin
项目模板
# clone the project
git clone https://github.com/TyCoding/vue-element-admin.git
# enter the project directory
cd vue-element-admin
# install dependency
npm install
# develop
npm run dev
This will automatically open http://localhost:9527
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod