Skip to content

elitistsnob/uvue

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 72.7%
  • TypeScript 19.8%
  • Vue 5.9%
  • HTML 0.7%
  • CSS 0.4%
  • Shell 0.3%
  • Other 0.2%