Skip to content

Files

This branch is 208 commits behind vuejs-templates/webpack:master.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 6, 2016
May 14, 2016
Apr 6, 2017
Mar 14, 2017
Mar 26, 2017
Oct 24, 2016
Apr 6, 2017
Apr 14, 2017
Mar 26, 2017
Feb 3, 2017
Apr 9, 2017
Feb 26, 2017
Feb 25, 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