https://github.com/vueneue/vueneue
DEPRECATED: go to UVue
https://github.com/vueneue/vueneue
cli docker plugins pwa ssr vuejs
Last synced: about 1 month ago
JSON representation
DEPRECATED: go to UVue
- Host: GitHub
- URL: https://github.com/vueneue/vueneue
- Owner: vueneue
- License: mit
- Archived: true
- Created: 2018-06-20T23:02:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T22:36:38.000Z (about 6 years ago)
- Last Synced: 2025-01-13T12:39:10.061Z (10 months ago)
- Topics: cli, docker, plugins, pwa, ssr, vuejs
- Language: JavaScript
- Homepage: https://universal-vue.github.io/docs/
- Size: 1.09 MB
- Stars: 100
- Watchers: 8
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED: go to [UVue](https://universal-vue.github.io/docs/)
A new start to build SSR (Server-side rendered) applications with Vue CLI 3.x
[](https://badge.fury.io/js/%40vueneue%2Fvue-cli-plugin-ssr)
[](https://travis-ci.org/vueneue/vueneue)
[](https://circleci.com/gh/vueneue/vueneue)
[](https://ci.appveyor.com/project/chymz/vueneue/branch/master)
## Documentation
https://vueneue.github.io/docs/
## Packages
- `@vueneue/vue-cli-plugin-ssr`: Vue CLI plugin to quick start a SSR application
- `@vueneue/ssr-core`: Contain main sources for SSR
- `@vueneue/ssr-server`: Koa server used to render pages
## Quick start
**Install**
```bash
vue add @vueneue/ssr
```
This plugins add 4 commands to run or build your application in SSR mode:
**Start a development server with HMR**
```bash
npm run ssr:serve
```
**Build for production**
```bash
npm run ssr:build
```
**Start in production mode** (need a `npm run ssr:build` before)
```bash
npm run ssr:start
```
**Generate static website**
```bash
npm run generate
```
## License
**MIT**: see LICENSE file