基于single-spa搭建的可拆卸的项目集成.
install app4vue
cd app4vue
yarn
or
npm install
install vue_protal
cd vue_protal
yarn
or
npm install
app4vue
yarn watch:standalone
vue_protal
yarn serve
app4vue
yarn watch:protal
App running at:
- Local: http://localhost:9004/
- Network: http://192.168.0.100:9004/
vue_protal
yarn serve:integ
App running at:
- Local: http://localhost:9000/
- Network: http://192.168.0.100:9000/
Now you can visit http://localhost:9000/
if you want to build this project
you should marge vue_protal
and app4vue
in same dir
graph TD
A[dist_vue_portal] -->|mrege| B(app4vue)
B --> C{mreged}
C --> D[app4]
C --> E[js]
C --> F[css]
C --> G[assets]