blattmann / vuejs2boilerplate

A vue.js boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js 2 Boilerplate

A complete and ready to go vue.js boilerplate.

Included components

Features:

  • ES6, and ES7 support with babel.
  • Development server with live reload.
  • No gulp and no grunt, just npm scripts.
  • ESlint with AirBNB and Vue.js rules
  • Axios for http requests
  • Sass support
  • etc ... a complete list will follow (check package.json in the meanwhile)

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

License

MIT

About

A vue.js boilerplate

License:MIT License


Languages

Language:JavaScript 65.9%Language:Vue 30.5%Language:HTML 3.6%