Skip to content

bodyno/vue-starter-kit

Repository files navigation

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

screen shot 2016-08-11 at 6 06 57 pm

Build Setup

Requires Node.js 6+

# 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

Releases

No releases published

Packages

No packages published