/tpl-vue-subapp

qiankun subapp template for using `degit` to create quickly.

Primary LanguageJavaScript

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