A fork of vue-cli-ssr-example that adds some additional features.
- Vue + vue-router + vuex working together
- Server-side data pre-fetching
- Client-side state & DOM hydration
- Route-level code splitting
- App manifest
Install dependencies:
yarn
Start dev server:
yarn serve
Build for production:
yarn build
Start production server:
yarn start
Build & run
docker-compose up --build -d
- Service worker
- Update readme