Home

Awesome

Vue 2 Boilerplate

<img src="https://vuejs.org/images/logo.png" alt="vue" width="80">

Simple and scalable boilerplate for Vue 2 projects

Inside

Getting Started

Make sure you install Node.js v6.0.0+, npm v3.7.3+ and Gulp 3.9.1+ installed.

Install dependencies

$ npm install

Or

$ yarn

Development server

$ npm run dev

And visit http://localhost:3000

This will start a light-weight development server with "live reload" and synchronized browsing across multiple devices and browsers.

Generate dist files for production

$ npm run dist

Finally this will compile and minify caching CSS/JS assets

More resources