Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezasohrabi/nuxt-react-microfrontend
nuxt react microfrontend with qiankun
https://github.com/rezasohrabi/nuxt-react-microfrontend
Last synced: 22 days ago
JSON representation
nuxt react microfrontend with qiankun
- Host: GitHub
- URL: https://github.com/rezasohrabi/nuxt-react-microfrontend
- Owner: rezasohrabi
- Created: 2021-10-07T18:13:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T17:31:00.000Z (about 3 years ago)
- Last Synced: 2024-10-24T21:58:17.548Z (2 months ago)
- Language: Vue
- Size: 1.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-react-microfrontend
## Build Setup
```bash
# install dependencies
$ yarn install:all# serve with hot reload at localhost:3000
$ yarn dev:all# build for production and launch server
$ yarn build:all
$ yarn start:all```