Skip to content

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

License

Notifications You must be signed in to change notification settings

saintlast/ant-design-vue-pro

This branch is 26 commits behind vueComponent/ant-design-vue-pro:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 12, 2019
Jul 20, 2020
Jul 26, 2021
Jul 27, 2020
Jul 12, 2021
Aug 17, 2021
Jan 28, 2019
Nov 6, 2019
Apr 25, 2019
Jul 11, 2019
Sep 15, 2019
Jul 11, 2019
Mar 12, 2020
Dec 6, 2020
Nov 22, 2018
Jun 13, 2020
Dec 6, 2020
Mar 6, 2019
Jul 26, 2021
Apr 25, 2019
May 27, 2021
May 27, 2021
May 27, 2021
Jan 11, 2019
Dec 24, 2018
Jul 12, 2021
Nov 6, 2019
Aug 18, 2021
Sep 15, 2019
Jul 12, 2021

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 60.5%
  • JavaScript 37.3%
  • Less 2.2%