https://github.com/wood3n/single-spa-es5-vue
https://github.com/wood3n/single-spa-es5-vue
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wood3n/single-spa-es5-vue
- Owner: wood3n
- Created: 2022-03-03T14:30:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T10:47:14.000Z (about 3 years ago)
- Last Synced: 2025-01-26T08:26:18.912Z (4 months ago)
- Language: HTML
- Size: 249 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# usage
## install dependency
```shell
cd vue-appnpm install
```## run
```
npm run serve
```## live preview
Use vscode live preview to open `index.html` in default browser, and just click the main button to see the result. It should have an button which make by vue application.