Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.07 KB

README.md

File metadata and controls

60 lines (43 loc) · 1.07 KB

Vue 2 Boilerplate

vue

Simple and scalable boilerplate for Vue 2 projects

Inside

  • Vue 2.x
  • Vue Router 2.x
  • Vue Stash 2.x
  • Vue Resource 1.x
  • Vue Events 2.x
  • jQuery 3.x
  • Lodash 4.x
  • Bootstrap Sass 3.x
  • Laravel Elixir
  • Webpack
  • Browsersync
  • Handlebars
  • Assets caching
  • Livereload

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