Vue-boilerplate

March 22, 2016 · View on GitHub

[DEPRECATED] Please use https://github.com/vuejs-templates/webpack

A front-end template that helps you build fast, modern mobile web apps. (IE9+) @see Web Starter Kit

##Installation

  1. NodeJS - use the installer (> v0.12.2).
  2. Gulp - $ npm install -g gulp

Getting Started

  • Install: npm install
  • Run: gulp serve

Features

  • Vue.js / Browserify
  • GSAP
  • CSS Autoprefixing
  • Built-in preview server with BrowserSync
  • Automagically compile Sass / ES6
  • Automagically lint your scripts
  • Awesome Image Optimization (via OptiPNG, pngquant, jpegtran and gifsicle)
  • Unit Testing with Prova

Third-Party Dependencies

(HTML/CSS/JS/Images/etc)

Third-party dependencies are managed with npm

$ npm install --save awesome-module

Test

$ gulp test

Build

$ gulp serve:dist

or

$ gulp build

Docs

JSDoc 3

$ gulp docs

Publish (AWS)

$ gulp publish
  • Options (@see env.json )