adevaraz / vue-multiple-apps

An answer to https://forum.vuejs.org/t/composing-multiple-apps-as-a-single-spa/12622/7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-multiple-apps

vue multiple apps

This project is just an example. To answer the question on vue forum

Build Setup

You will have to build each app you want separate. In this project i used 3 apps as exaple. 'app1', 'app2', 'app3'.

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work in each app, check out the guide and docs for vue-loader.

About

An answer to https://forum.vuejs.org/t/composing-multiple-apps-as-a-single-spa/12622/7


Languages

Language:JavaScript 87.7%Language:Vue 9.3%Language:HTML 2.4%Language:CSS 0.7%