Nessuna descrizione

xiewenjie 937b5a9e4e 移除debugger 3 anni fa
config b5fdf84e8b ‘第一次提交’ 4 anni fa
docs b5fdf84e8b ‘第一次提交’ 4 anni fa
public b5fdf84e8b ‘第一次提交’ 4 anni fa
src 937b5a9e4e 移除debugger 3 anni fa
tests b5fdf84e8b ‘第一次提交’ 4 anni fa
.browserslistrc b5fdf84e8b ‘第一次提交’ 4 anni fa
.editorconfig b5fdf84e8b ‘第一次提交’ 4 anni fa
.env b0bfa7e26d 修改测试环境端口 3 anni fa
.env.development d1a4e366e7 修改退出移除token 3 anni fa
.env.preview b5fdf84e8b ‘第一次提交’ 4 anni fa
.eslintignore b5fdf84e8b ‘第一次提交’ 4 anni fa
.eslintrc.js b5fdf84e8b ‘第一次提交’ 4 anni fa
.gitattributes b5fdf84e8b ‘第一次提交’ 4 anni fa
.gitignore b5fdf84e8b ‘第一次提交’ 4 anni fa
.prettierrc b5fdf84e8b ‘第一次提交’ 4 anni fa
.travis.yml b5fdf84e8b ‘第一次提交’ 4 anni fa
LICENSE b5fdf84e8b ‘第一次提交’ 4 anni fa
README.md b5fdf84e8b ‘第一次提交’ 4 anni fa
README.zh-CN.md b5fdf84e8b ‘第一次提交’ 4 anni fa
babel.config.js b5fdf84e8b ‘第一次提交’ 4 anni fa
jest.config.js b5fdf84e8b ‘第一次提交’ 4 anni fa
jsconfig.json b5fdf84e8b ‘第一次提交’ 4 anni fa
package.json b5fdf84e8b ‘第一次提交’ 4 anni fa
postcss.config.js b5fdf84e8b ‘第一次提交’ 4 anni fa
vue.config.js b5fdf84e8b ‘第一次提交’ 4 anni fa
webstorm.config.js b5fdf84e8b ‘第一次提交’ 4 anni fa
yarn.lock b5fdf84e8b ‘第一次提交’ 4 anni fa

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.