universal-vue / uvue

Vue CLI plugin to create universal Vue applications with ease

Home Page:https://universal-vue.github.io/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UVue

UVue

Build universal Vue applications with ease

npm version TravisCI CircleCI AppVeyor

Getting started

Install

vue add @uvue/ssr

This plugins add commands to run or build your application in SSR mode:

Start a development server with HMR

npm run ssr:serve

Build for production

npm run ssr:build

Start in production mode (need a npm run ssr:build before)

npm run ssr:start

Generate a static website

npm run ssr:static

Try to fix code to be SSR compatible

npm run ssr:fix

Try to fix Vuex states to be SSR compatible

npm run ssr:fix-vuex

License

MIT: see LICENSE file

About

Vue CLI plugin to create universal Vue applications with ease

https://universal-vue.github.io/docs/

License:MIT License


Languages

Language:JavaScript 72.5%Language:TypeScript 20.0%Language:Vue 5.9%Language:HTML 0.7%Language:CSS 0.4%Language:Shell 0.3%Language:Dockerfile 0.2%Language:Batchfile 0.0%