Skip to content
forked from umijs/qiankun

📦🚀Blazing fast, simple and completed solution for micro frontends.

License

Notifications You must be signed in to change notification settings

szy1000/qiankun

This branch is 640 commits ahead of, 349 commits behind umijs/qiankun:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 18, 2022
d510ca2 · Aug 18, 2022
Sep 12, 2019
Jun 1, 2022
Jul 20, 2020
Jul 26, 2021
Jul 27, 2020
Jul 12, 2021
Aug 18, 2022
Aug 18, 2022
Jan 28, 2019
Nov 6, 2019
Apr 25, 2019
Aug 18, 2022
Aug 18, 2022
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
Jun 1, 2022
Jan 11, 2019
Dec 24, 2018
Aug 18, 2022
Nov 6, 2019
Jun 1, 2022
Jul 13, 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.

About

📦🚀Blazing fast, simple and completed solution for micro frontends.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 49.7%
  • JavaScript 41.6%
  • HTML 5.0%
  • Less 2.0%
  • TypeScript 1.5%
  • CSS 0.1%
  • Other 0.1%