Aucune description

ymh66 fad068dff2 官网 il y a 5 mois
.github 9d880758e6 first commit il y a 1 an
.husky cb00cda975 资产功能 il y a 11 mois
config 9d880758e6 first commit il y a 1 an
deploy 9d880758e6 first commit il y a 1 an
docs 9d880758e6 first commit il y a 1 an
public 66e351416c 修改标题 il y a 6 mois
src fad068dff2 官网 il y a 5 mois
tests 9d880758e6 first commit il y a 1 an
.browserslistrc 9d880758e6 first commit il y a 1 an
.editorconfig 9d880758e6 first commit il y a 1 an
.env e1568191af 上传环境 il y a 1 an
.env.development 40d883760b 初始化线上 il y a 1 an
.env.preview 40d883760b 初始化线上 il y a 1 an
.gitattributes 9d880758e6 first commit il y a 1 an
.gitignore 9d880758e6 first commit il y a 1 an
.lintstagedrc.json 9d880758e6 first commit il y a 1 an
.prettierrc 9d880758e6 first commit il y a 1 an
.stylelintrc.js 9d880758e6 first commit il y a 1 an
.travis.yml 9d880758e6 first commit il y a 1 an
Dockerfile 9d880758e6 first commit il y a 1 an
LICENSE 9d880758e6 first commit il y a 1 an
README.md 9d880758e6 first commit il y a 1 an
README.zh-CN.md c0d7e88111 备案号 il y a 6 mois
babel.config.js 9d880758e6 first commit il y a 1 an
commitlint.config.js 9d880758e6 first commit il y a 1 an
jest.config.js 9d880758e6 first commit il y a 1 an
jsconfig.json 9d880758e6 first commit il y a 1 an
package.json 91d141d558 功能优化 il y a 8 mois
pnpm-lock.yaml 9d880758e6 first commit il y a 1 an
postcss.config.js 9d880758e6 first commit il y a 1 an
vue.config.js 61da5ba984 doc il y a 9 mois
yarn.lock 91d141d558 功能优化 il y a 8 mois

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.