Skip to content

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป Use Ant Design Vue like a Pro! (vue2)

License

Notifications You must be signed in to change notification settings

vueComponent/ant-design-vue-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

08a7aad ยท Oct 10, 2022
Sep 12, 2019
Jun 1, 2022
Jul 20, 2020
Jul 26, 2021
Jul 27, 2020
Jul 12, 2021
Sep 1, 2022
Jan 28, 2019
Nov 6, 2019
Apr 25, 2019
Jul 11, 2019
Sep 15, 2019
Jul 11, 2019
Mar 12, 2020
Dec 6, 2020
Jun 14, 2022
Jun 13, 2020
Jun 1, 2022
Dec 6, 2020
Jun 1, 2022
Mar 6, 2019
Jul 26, 2021
Apr 25, 2019
Nov 25, 2021
Nov 25, 2021
May 27, 2021
Jul 17, 2022
Jan 11, 2019
Dec 24, 2018
Oct 10, 2022
Oct 10, 2022
Nov 6, 2019
Oct 10, 2022

Repository files navigation

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 Support Vue Version 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 : 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.