周杰伦 d059fa72c4 Merge branch 'master' of https://github.com/7-idiot/weChat-Operation hace 4 años
..
config 9097584e00 rename hace 4 años
docs 9097584e00 rename hace 4 años
public 9097584e00 rename hace 4 años
src d059fa72c4 Merge branch 'master' of https://github.com/7-idiot/weChat-Operation hace 4 años
tests 9097584e00 rename hace 4 años
.browserslistrc 9097584e00 rename hace 4 años
.editorconfig 9097584e00 rename hace 4 años
.env 9097584e00 rename hace 4 años
.env.development 8339580be7 '异步组件' hace 4 años
.env.preview 9097584e00 rename hace 4 años
.eslintrc.js 9097584e00 rename hace 4 años
.gitattributes 9097584e00 rename hace 4 años
.gitignore 9097584e00 rename hace 4 años
.prettierrc 9097584e00 rename hace 4 años
.travis.yml 9097584e00 rename hace 4 años
LICENSE 9097584e00 rename hace 4 años
README.md 9097584e00 rename hace 4 años
README.zh-CN.md 9097584e00 rename hace 4 años
babel.config.js 9097584e00 rename hace 4 años
jest.config.js 9097584e00 rename hace 4 años
jsconfig.json 9097584e00 rename hace 4 años
package.json d41667f0a7 add(backend) [粉丝同步] hace 4 años
postcss.config.js 9097584e00 rename hace 4 años
vue.config.js 8339580be7 '异步组件' hace 4 años
webstorm.config.js 9097584e00 rename hace 4 años
yarn.lock 9097584e00 rename hace 4 años

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.