An Micro service rapid development scaffold use Ant Design of Vue

Violet Cloud Web

An Micro service rapid development scaffold use Ant Design of Vue

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

Preview

Workplace RoleList MenuList ActiveLog GatewayUser Profile

Project setup

  • Clone repo
git clone https://github.com/guqing/violet-cloud-web.git
cd violet-cloud-web
  • 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

Download Details:

Author: guqing

Source Code: https://github.com/guqing/violet-cloud-web

#vue #vuejs #javascript

An Micro service rapid development scaffold use Ant Design of Vue
2.10 GEEK