https://github.com/bodyno/vue-starter-kit
A vue starer kit for everyone
https://github.com/bodyno/vue-starter-kit
server-side-rendering vue vue-router vuex webpack2
Last synced: 24 days ago
JSON representation
A vue starer kit for everyone
- Host: GitHub
- URL: https://github.com/bodyno/vue-starter-kit
- Owner: bodyno
- License: wtfpl
- Created: 2017-03-27T14:37:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T03:10:33.000Z (almost 8 years ago)
- Last Synced: 2025-03-22T21:41:56.767Z (about 1 month ago)
- Topics: server-side-rendering, vue, vue-router, vuex, webpack2
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-starer-kit
A vue starer kit for everyone. Very easy to use and learn. Anybody can have a easy starter from it.
## Features
- Server Side Rendering
- Vue + vue-router + vuex working together
- Server-side data pre-fetching
- Client-side state & DOM hydration
- Automatically inlines CSS used by rendered components only
- Single-file Vue Components
- Hot-reload in development
- CSS extraction for production
- Code splitting## Architecture Overview
## Build Setup
**Requires Node.js 6+**
``` bash
# install dependencies
npm install # or yarn# serve in dev mode, with hot reload at localhost:8080
npm start# build for production
npm run build# serve in production mode
npm run prod
```