探索小镇后台管理

lvkun996 c1ef7b469a fix: 增加学员删除 2 週間 前
config 4177cacaf7 '初始化项目' 4 年 前
docs 4177cacaf7 '初始化项目' 4 年 前
lib 4177cacaf7 '初始化项目' 4 年 前
public f0bbaf1fe0 fix: 各类bug 1 ヶ月 前
src c1ef7b469a fix: 增加学员删除 2 週間 前
tests 4177cacaf7 '初始化项目' 4 年 前
.browserslistrc 4177cacaf7 '初始化项目' 4 年 前
.editorconfig 4177cacaf7 '初始化项目' 4 年 前
.env 4177cacaf7 '初始化项目' 4 年 前
.env.development 4177cacaf7 '初始化项目' 4 年 前
.env.preview 4177cacaf7 '初始化项目' 4 年 前
.eslintrc.js 4177cacaf7 '初始化项目' 4 年 前
.gitattributes 4177cacaf7 '初始化项目' 4 年 前
.gitignore 4177cacaf7 '初始化项目' 4 年 前
.prettierrc 4177cacaf7 '初始化项目' 4 年 前
.travis.yml 4177cacaf7 '初始化项目' 4 年 前
LICENSE 4177cacaf7 '初始化项目' 4 年 前
README.md 4177cacaf7 '初始化项目' 4 年 前
README.zh-CN.md 4177cacaf7 '初始化项目' 4 年 前
babel.config.js 4177cacaf7 '初始化项目' 4 年 前
jest.config.js 4177cacaf7 '初始化项目' 4 年 前
jsconfig.json 4177cacaf7 '初始化项目' 4 年 前
package.json 13590b0f9b '合并销售管理' 4 年 前
postcss.config.js 4177cacaf7 '初始化项目' 4 年 前
vue.config.js 192ebdd5bc fix: bug 3 週間 前
webstorm.config.js 4177cacaf7 '初始化项目' 4 年 前
yarn.lock 72fee1cb9d fix: 若干bug 1 ヶ月 前

README.md

English | 简体中文

Ant Design Vue Pro

An out-of-box UI solution for enterprise applications as a Vue boilerplate. based on Ant Design of Vue

[![License](https://img.shields.io/npm/l/package.json.svg?style=flat)](https://github.com/vueComponent/ant-design-vue-pro/blob/master/LICENSE) [![Release](https://img.shields.io/github/release/vueComponent/ant-design-vue-pro.svg?style=flat)](https://github.com/vueComponent/ant-design-vue-pro/releases/latest) [![Travis branch](https://travis-ci.org/vueComponent/ant-design-vue-pro.svg?branch=master)](https://travis-ci.org/vueComponent/ant-design-vue-pro)

Overview

dashboard

Env and dependencies

Note: Yarn package management is recommended, the exact same version loaded with the demo site of this project (yarn.lock) . but you can also use npm

Project setup

  • Clone repo

    git clone https://github.com/vueComponent/ant-design-vue-pro.git
    cd ant-design-vue-pro
    
  • Install dependencies

    yarn install
    
  • Compiles and hot-reloads for development

    yarn run serve
    
  • Compiles and minifies for production

    yarn run build
    
  • Lints and fixes files

    yarn run lint
    

Other

  • IMPORTANT : About Issue feedback !! when opening Issue read Issue / PR Contributing

  • Vue-cli3 used by the project.

  • Disable Eslint (not recommended): remove eslintConfig field in package.json and vue.config.js field lintOnSave: false

  • Load on Demand /src/main.js L14, in import './core/lazy_use', import './core/use''. more load-on-demand.md

  • Customize Theme: Custom Theme Config (@kokoroli)

  • I18n: locales (@musnow)

  • Production env mock is disabled. use src/mock/index.js

  • pls use release version

Browsers support

Modern browsers and IE10.

IE / EdgeFirefoxChrome
IE / Edge
Firefox
Chrome
SafariSafari OperaOpera IE10, Edge last 2 versions last 2 versions last 2 versions last 2 versions

Contributors

This project exists thanks to all the people who contribute.