Sem descrição

Sendya 08a7aad722 fix: loader SVG fail há 2 anos atrás
.github bdb49215a3 docs: add pr template há 5 anos atrás
.husky 1f9e69c910 feat(commitlint && stylelint && husky): git engineering submission && less lint há 2 anos atrás
config b1bbc6de99 fix: custom-step color #876 há 4 anos atrás
deploy a4a7e59a05 chore: fix deploy script há 3 anos atrás
docs 7fb91b8219 chore: rm useless files há 4 anos atrás
public 37d2ff620c chore: update package há 3 anos atrás
src 68b32bf7ce chore: use static-router há 2 anos atrás
tests 95f317934a chore: update eslint rules & fix rule há 6 anos atrás
.browserslistrc e148a5ddab fix: IE10 support. há 5 anos atrás
.editorconfig 30715b5729 FIX: Unite LF. Fixed partial file newline format há 5 anos atrás
.env 4bed861161 chore: fix ThemeColorReplacer selector há 5 anos atrás
.env.development fb3f92286a chore: vue config NODE_ENV há 5 anos atrás
.env.preview 4bed861161 chore: fix ThemeColorReplacer selector há 5 anos atrás
.eslintrc.js ac0bdd9fca fix: eslint fix há 5 anos atrás
.eslintrc.json e4464e6722 refactor AvtarDropdown hardcoded menu options to the language support há 4 anos atrás
.gitattributes 7944e71ed6 refactor: git config core.autocrlf以库模板形式,不需要全局配置 há 2 anos atrás
.gitignore 29b6ca3849 feat: add carbon ads há 4 anos atrás
.lintstagedrc.json 1f9e69c910 feat(commitlint && stylelint && husky): git engineering submission && less lint há 2 anos atrás
.prettierrc e4464e6722 refactor AvtarDropdown hardcoded menu options to the language support há 4 anos atrás
.stylelintrc.js 1f9e69c910 feat(commitlint && stylelint && husky): git engineering submission && less lint há 2 anos atrás
.travis.yml 64a3ede2b7 chore: travis ci checks breakpoint há 6 anos atrás
Dockerfile a4a7e59a05 chore: fix deploy script há 3 anos atrás
LICENSE 30715b5729 FIX: Unite LF. Fixed partial file newline format há 5 anos atrás
README.md 47cc069994 fix(deps): update pro-layout@1.0.10 fix #1271 há 3 anos atrás
README.zh-CN.md 47cc069994 fix(deps): update pro-layout@1.0.10 fix #1271 há 3 anos atrás
babel.config.js 6def3d7117 fix: upgrade deps há 3 anos atrás
commitlint.config.js bfdf6ee21d fix(server): 换一种方案 há 2 anos atrás
jest.config.js 22a536d2d6 test: add travis há 6 anos atrás
jsconfig.json 3ce199f07a add webpack alias for vscode há 6 anos atrás
package.json 08a7aad722 fix: loader SVG fail há 2 anos atrás
pnpm-lock.yaml 08a7aad722 fix: loader SVG fail há 2 anos atrás
postcss.config.js e148a5ddab fix: IE10 support. há 5 anos atrás
vue.config.js 08a7aad722 fix: loader SVG fail há 2 anos atrás

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) [![Support Vue Version](https://img.shields.io/badge/Support-Vue2-green?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 : 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.