This project template is made for Vue.js and uses Webpack to generate a Development WebServer and production files. Follow these Steps to Development or make Production Build.
# install dependencies
npm install
# serve with hot reload at localhost:8080 and proxy API Calls to youserver.com/
npm run dev
# build for production with minification
npm run build
# Grunt Watch SCSS files
grunt watch
This boilerplate uses ITCSS organization to SCSS files. For more information Click here