Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 638 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 638 Bytes

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