Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 508 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 508 Bytes

Vue sub app template of microfrontend using qiankun

It contains:

  • Vuex installed
  • Vue, VueRouter and ElementUI imported with CDN
  • API calling and service structure
  • Stylus support
  • Lifecycle of qiankun and related settings configured and ready to use

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint