项目管理平台界面设计

sam 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
.github 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
config 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
deploy 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
docs 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
public 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
src 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
tests 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
.browserslistrc 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
.editorconfig 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
.env 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
.env.development 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
.env.preview 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
.eslintrc.js 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
.eslintrc.json 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
.gitattributes 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
.gitignore 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
.prettierrc 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
.travis.yml 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
Dockerfile 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
LICENSE 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
README.md 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
README.zh-CN.md 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
babel.config.js 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
jest.config.js 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
jsconfig.json 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
package.json 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
postcss.config.js 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
vue.config.js 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
webstorm.config.js 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому
yarn.lock 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function 3 роки тому

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 : About 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.