Skip to content

romanslonov/vue-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

vue-starter-boilerplate [DEPRECATED]

Deprecated

Since Vue cli 3 was realead it's better way to use it now https://github.com/vuejs/vue-cli.

A Webpack setup with hot-reload, lint-on-save & css extraction.

This template based on Vue 2.x compatible and webpack 2.

What's Included

  • Vue (2.x)
  • Vue-router
  • Vuex
  • Webpack 2 (2.1.0-beta.22)
  • Eslint (optional)

Usage

This is a project template for vue-cli. It is recommended to use npm 3+ for a more efficient dependency tree.

$ npm install -g vue-cli
$ vue init romamilkovic/vue-starter new-project
$ cd new-project
$ npm install
$ npm run dev