❤️ A starter for Vue2 and Webpack2
- Vuejs 2 (router / store / resouce / filter / directive ...)
- Webpack 2 (ESLint / ES6 / Stylus / HMR / Proxy / Extract / Minify ...)
- Node >= 7.0.0 (and npm)
git clone https://github.com/hiyali/vue2-webpack2-starter.git ./your-project-name
cd ./your-project-name
npm i # or yarn
# hala
npm run dev # development
npm run build # build
And enjoy.