Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lwydyby/ant-design-pro-admin
https://github.com/lwydyby/ant-design-pro-admin
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lwydyby/ant-design-pro-admin
- Owner: lwydyby
- License: mit
- Created: 2020-03-19T07:02:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:07:10.000Z (about 2 years ago)
- Last Synced: 2024-10-30T04:56:06.252Z (about 2 months ago)
- Language: Vue
- Size: 3.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ant Design Pro Vue Admin
基于Ant Design Pro 编写的管理系统,后端采用springboot+jpa后端地址: https://github.com/lwydyby/l2admin-server
Overview
----基于 [Ant Design of Vue](https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/) 实现的 [Ant Design Pro](https://pro.ant.design/)
![工作台-多标签模式](https://static-2.loacg.com/open/static/github/20190224163345.jpg)
![工作台+设置菜单](https://static-2.loacg.com/open/static/github/20181126112124.png)
![个人设置](https://static-2.loacg.com/open/static/github/20180916-134251.png)
环境和依赖
----- node
- yarn
- webpack
- eslint
- @vue/cli ~3
- [ant-design-vue](https://github.com/vueComponent/ant-design-vue) - Ant Design Of Vue 实现
- [vue-cropper](https://github.com/xyxiao001/vue-cropper) - 头像裁剪组件
- [@antv/g2](https://antv.alipay.com/zh-cn/index.html) - Alipay AntV 数据可视化图表
- [Viser-vue](https://viserjs.github.io/docs.html#/viser/guide/installation) - antv/g2 封装实现> 请注意,我们强烈建议本项目使用 [Yarn](https://yarnpkg.com/) 包管理工具,这样可以与本项目演示站所加载完全相同的依赖版本 (yarn.lock) 。由于我们没有对依赖进行强制的版本控制,采用非 yarn 包管理进行引入时,可能由于 Pro 所依赖的库已经升级版本而引入了新版本所导致的问题。作者可能会由于时间问题无法及时排查而导致您采用本项目作为基项目而出现问题。
预览地址
----http://49.232.5.123:8090
admin/123456
项目下载和运行
----- 拉取项目代码
```bash
git clone https://github.com/sendya/ant-design-pro-vue.git
cd ant-design-pro-vue
```- 安装依赖
```
yarn install
```- 开发模式运行
```
yarn run serve
```- 编译项目
```
yarn run build
```- Lints and fixes files
```
yarn run lint
```## 浏览器兼容
Modern browsers and IE10.
| [](http://godban.github.io/browsers-support-badges/)IE / Edge | [](http://godban.github.io/browsers-support-badges/)Firefox | [](http://godban.github.io/browsers-support-badges/)Chrome | [](http://godban.github.io/browsers-support-badges/)Safari | [](http://godban.github.io/browsers-support-badges/)Opera |
| --- | --- | --- | --- | --- |
| IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |