An open API service indexing awesome lists of open source software.

https://github.com/cezardasilva/vuejs-project-boilerplate

A template for Vuejs2 Projects.
https://github.com/cezardasilva/vuejs-project-boilerplate

boilerplate template vuejs vuejs2

Last synced: 2 months ago
JSON representation

A template for Vuejs2 Projects.

Awesome Lists containing this project

README

          

# 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

``` bash
# 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](https://speakerdeck.com/dafed/managing-css-projects-with-itcss)