Нема описа

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

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.