Skip to content

cezardasilva/vuejs-project-boilerplate

Repository files navigation

Vue.js 2 Project Boilerplate

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.

Build Setup

# 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

SCSS Structure

This boilerplate uses ITCSS organization to SCSS files. For more information Click here