Home

Awesome

Deprecated: Since vue-cli v3.0 is out, there is no interest in keeping this repository alive, since all of bourgeon setup is now available natively. Therefore, this repository is now deprecated. Thanks you all for this adventure.

logo

bourgeon

Bourgeon is an opinionated-featured VueJS 2.0 setup for Webpack

The setup includes hot-reload, lint-on-save, unit testing, css extraction, vuex, advanced routing, i18n, SVG sprite sheets and stylus with some helpers. Almost everything is optional and you can select which sugars you want on init

What's different

This template is a fork of the official webpack template. A few more opinionated features and conventions are bundled with Bourgeon:

Documentation

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 rayfranco/bourgeon my-project
$ cd my-project
$ npm install
$ npm run dev

What's Included

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with vue-cli:

vue init username/repo my-project