Skip to content

Files

Latest commit

4ffbb28 · Jan 2, 2018

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 30, 2017
Dec 9, 2017
Dec 9, 2017
Dec 2, 2017
Dec 2, 2017
Nov 2, 2017
Aug 28, 2017
Jan 2, 2018
Dec 2, 2017
Sep 30, 2017
Jul 14, 2017
Nov 12, 2017
Dec 4, 2017
Nov 12, 2017

Introduction

This boilerplate is targeted towards large, serious projects and assumes you are somewhat familiar with Webpack and vue-loader. Make sure to also read vue-loader's documentation for common workflow recipes.

If you just want to try out vue-loader or whip out a quick prototype, use the webpack-simple template instead.

Quickstart

To use this template, scaffold a project with vue-cli. It is recommended to use npm 3+ for a more efficient dependency tree.

$ npm install -g vue-cli
$ vue init webpack my-project
$ cd my-project
$ npm install
$ npm run dev