vue-ssr-template
v1.0.6
Published
A simple Vue.js CLI template for server-side rendering.
Downloads
5
Maintainers
Readme
vue-ssr-template
A Vue.js CLI template for SSR (server-side rendering). This template inspired by Vue HN
Documentation
For Vue 2.0: general information about how to work with Vue, not specific to this template
For Vue SSR: general information about ssr with vue
Usage
This is a project template for vue-cli. It is recommended to use npm 6+ for a more efficient dependency tree.
$ npm install -g vue-cli
$ vue init SinanMtl/vue-ssr-template my-project
$ cd my-project
$ npm install
Build Setup
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
npm run start
License
MIT.