English | 简体中文
A minimal vue admin template with Element UI & axios & iconfont & permission control & lint
Live demo: http://panjiachen.github.io/vue-admin-template
The current version is v4.0+
build on vue-cli
. If you want to use the old version , you can switch branch to tag/3.11.0, it does not rely on vue-cli
# clone the project
git clone https://github.com/PanJiaChen/vue-admin-template.git
# enter the project directory
cd vue-admin-template
# install dependency
npm install
# develop
npm run dev
This will automatically open http://localhost:9528
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource analysis
npm run preview -- --report
# code format check
npm run lint
# code format check and auto fix
npm run lint -- --fix
Refer to Documentation for more information
If you want router permission && generate menu by user roles , you can use this branch permission-control
For typescript
version, you can use vue-typescript-admin-template (Credits: @Armour)
Modern browsers and Internet Explorer 10+.
![]() | IE / Edge![]() | Firefox
![]() | Chrome
---|
MIT license.
Copyright (c) 2017-present PanJiaChen
优化
H5 补充幼儿园详情页、活动详情页。到时再看看怎么展示图片等图片吧。(H5 的详情页只是做基本信息展示 + 后面增加个导流下载 app 的(增加一个浮动弹框,打开腾讯应用宝的注册。上线后就有了))
图片审核界面,没有加载图片 [x]
图片审核界面,提交审核数据缺失 id [x]
客户端那边我看到请求接口带上了"/yxl-back-end",其实这个应该是写到环境变量里面。域名 + 上下文。决定请求的前缀。。。
三个照片列表还是没有加载列表预览图(目前界面是可以跑通上传图片了)
照片商品管理的编辑框,照片错位了。
照片商品管理的列表。把是否精选,是否随手拍放到列表上
三个照片列表的图片被压缩。看看如何适配好看些。
优化项,全局的搜索条件如果是下啦选择的,选择之后立马发送查询请求
优化项,场景管理里面的两个列表。页面加载卡顿。不确定是否与编辑页的模态框数据加载有关。
照片审核通过,是否可以考虑设置为上架?