Agontuk / vuejs-webpack-boilerplate

Simple webpack boilerplate for Vue JS with Vuex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuejs-webpack-boilerplate

Simple webpack boilerplate for Vue JS which uses Vuex for state management.

Features

  • Hot Reloading
  • Eslint support
  • Sample counter app example
  • Single State Tree with Vuex

Initial directory structure is generated using the awesome vue-cli tool.

Setup

$ git clone git@github.com:Agontuk/vuejs-webpack-boilerplate.git

$ cd vuejs-webpack-boilerplate

# install dependencies
$ npm install

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

# build for production with minification
$ npm run build

NOTE: This project is for personal use. So no future support is guaranteed.

License

MIT

About

Simple webpack boilerplate for Vue JS with Vuex

License:MIT License


Languages

Language:JavaScript 92.2%Language:Vue 6.6%Language:HTML 1.3%