暫無描述

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

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.