Skip to content

基于vue-cli3.0搭建的可拆卸的菜单集成插件.

License

Notifications You must be signed in to change notification settings

Terry-bear/vue-Tmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-Tmenu

基于single-spa搭建的可拆卸的项目集成.

usage

install app4vue

cd app4vue

yarn

or

npm install

install vue_protal

cd vue_protal

yarn

or

npm install

single usage

app4vue

yarn watch:standalone

vue_protal

yarn serve

integration usage

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/

build

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]

About

基于vue-cli3.0搭建的可拆卸的菜单集成插件.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published