Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# DEPRECATED: go to [UVue](https://universal-vue.github.io/docs/)


VueNeue


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