Skip to content

Commit 5604838

Browse files
committed
Rename template
1 parent 5304e7e commit 5604838

File tree

6 files changed

+28
-17
lines changed

6 files changed

+28
-17
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
# vue-webpack-boilerplate
1+
![logo](template/src/assets/logo.png?raw=true)
22

3-
> A full-featured Webpack setup with hot-reload, lint-on-save, unit testing & css extraction.
3+
# bourgeon
44

5-
> This template is Vue 2.0 compatible. For Vue 1.x use this command: `vue init webpack#1.0 my-project`
5+
> Bourgeon is an opinionated full-featured VueJS 2.0 setup for Webpack
6+
7+
> The setup includes hot-reload, lint-on-save, unit testing, css extraction, advanced routing, i18n, SVG sprite sheets, simple store and stylus with some helpers. Almost everything is optional and you can select what sugars you want on init
8+
9+
> The template is a fork of the original [webpack](https://github.com/vuejs-templates/webpack) template, name and structure is partially inspired by friends from [brindille](https://github.com/brindille/brindille)
610
711
## Documentation
812

9-
- [For this template](http://vuejs-templates.github.io/webpack): common questions specific to this template are answered and each part is described in greater detail
13+
- [For this template](http://rayfranco.github.io/bourgeon): common questions specific to this template are answered and each part is described in greater detail
1014
- [For Vue 2.0](http://rc.vuejs.org/guide/): general information about how to work with Vue, not specific to this template
1115

1216
## Usage
@@ -15,7 +19,7 @@ This is a project template for [vue-cli](https://github.com/vuejs/vue-cli). **It
1519

1620
``` bash
1721
$ npm install -g vue-cli
18-
$ vue init rayfranco/webpack my-project
22+
$ vue init rayfranco/bourgeon my-project
1923
$ cd my-project
2024
$ npm install
2125
$ npm run dev

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "vue-cli-template-webpack",
3-
"version": "2.0.0",
2+
"name": "bourgeon",
3+
"version": "2.0.1",
44
"license": "MIT",
5-
"description": "A full-featured Webpack setup with hot-reload, lint-on-save, unit testing & css extraction.",
5+
"description": "Bourgeon is an opinionated full-featured VueJS 2.0 setup for Webpack",
66
"scripts": {
77
"docs": "cd docs && gitbook serve",
88
"deploy-docs": "bash ./deploy-docs.sh"

template/src/assets/logo.png

8.13 KB
Loading

template/src/assets/svg/logo.svg

Lines changed: 14 additions & 7 deletions
Loading

template/src/locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
messages:
2-
welcome: Welcome to your Vue.js app!
2+
welcome: Welcome to your Bourgeon app!
33
locales:
44
fr: French
55
en: English

template/src/locales/fr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
messages:
2-
welcome: Bienvenue sur votre application Vue.js !
2+
welcome: Bienvenue sur votre application Bourgeon !
33
locales:
44
fr: Français
55
en: Anglais

0 commit comments

Comments
 (0)