Тайлбар байхгүй

Alfyn b486ec9a51 修改历史组件样式 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 1b573d01e5 删除闲置图片资源 3 долоо хоног өмнө
src b486ec9a51 修改历史组件样式 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 4fec5f0893 修改官网标题 5 сар өмнө
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 ca95068483 pptx文件预览库 4 долоо хоног өмнө
pnpm-lock.yaml 9d880758e6 first commit 1 жил өмнө
postcss.config.js 9d880758e6 first commit 1 жил өмнө
vue.config.js caf38ea2ca 自定义打包后js文件名称 3 долоо хоног өмнө
yarn.lock 822aa4105d 看板回显修改 文档资源增加字段 4 сар өмнө

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.