Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vueneue/vueneue
DEPRECATED: go to UVue
https://github.com/vueneue/vueneue
cli docker plugins pwa ssr vuejs
Last synced: 4 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T22:36:38.000Z (about 5 years ago)
- Last Synced: 2024-09-13T04:32:52.688Z (4 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[![npm version](https://badge.fury.io/js/%40vueneue%2Fvue-cli-plugin-ssr.svg)](https://badge.fury.io/js/%40vueneue%2Fvue-cli-plugin-ssr)
[![TravisCI](https://travis-ci.org/vueneue/vueneue.svg?branch=master)](https://travis-ci.org/vueneue/vueneue)
[![CircleCI](https://circleci.com/gh/vueneue/vueneue/tree/master.svg?style=shield)](https://circleci.com/gh/vueneue/vueneue)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/99ekpjp0nrgnpkwu/branch/master?svg=true)](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