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.
- Host: GitHub
- URL: https://github.com/cezardasilva/vuejs-project-boilerplate
- Owner: cezardasilva
- License: mit
- Created: 2016-08-18T13:07:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T02:57:51.000Z (over 8 years ago)
- Last Synced: 2025-02-01T01:32:52.997Z (8 months ago)
- Topics: boilerplate, template, vuejs, vuejs2
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)