LaJiFenLei/Waste.WebApi/App/Page
yangxing d3e75567e8 250716提交 2025-07-16 17:37:16 +08:00
..
config 250716提交 2025-07-16 17:37:16 +08:00
docs 250716提交 2025-07-16 17:37:16 +08:00
public 250716提交 2025-07-16 17:37:16 +08:00
src 250716提交 2025-07-16 17:37:16 +08:00
tests/unit 250716提交 2025-07-16 17:37:16 +08:00
.browserslistrc 250716提交 2025-07-16 17:37:16 +08:00
.editorconfig 250716提交 2025-07-16 17:37:16 +08:00
.env 250716提交 2025-07-16 17:37:16 +08:00
.env.development 250716提交 2025-07-16 17:37:16 +08:00
.env.preview 250716提交 2025-07-16 17:37:16 +08:00
.eslintrc.js 250716提交 2025-07-16 17:37:16 +08:00
.gitattributes 250716提交 2025-07-16 17:37:16 +08:00
.gitignore 250716提交 2025-07-16 17:37:16 +08:00
.prettierrc 250716提交 2025-07-16 17:37:16 +08:00
.travis.yml 250716提交 2025-07-16 17:37:16 +08:00
LICENSE 250716提交 2025-07-16 17:37:16 +08:00
README.md 250716提交 2025-07-16 17:37:16 +08:00
README.zh-CN.md 250716提交 2025-07-16 17:37:16 +08:00
babel.config.js 250716提交 2025-07-16 17:37:16 +08:00
jest.config.js 250716提交 2025-07-16 17:37:16 +08:00
jsconfig.json 250716提交 2025-07-16 17:37:16 +08:00
package.json 250716提交 2025-07-16 17:37:16 +08:00
postcss.config.js 250716提交 2025-07-16 17:37:16 +08:00
vue.config.js 250716提交 2025-07-16 17:37:16 +08:00
webstorm.config.js 250716提交 2025-07-16 17:37:16 +08:00
yarn.lock 250716提交 2025-07-16 17:37:16 +08:00

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 Release Travis branch

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 / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
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.