Skip to content

Commit 4301574

Browse files
committed
Updates README.md
Auto commit by GitBook Editor
1 parent 3e2f0d2 commit 4301574

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Things you'll find in this boilerplate...
5151

5252
### Getting Started
5353

54-
This boilerplate was built as a template for [vue-cli](https://github.com/vuejs/vue-cli) and includes options to customize your final scaffolded app. The use of `node@^7` or higher required. electron-vue also officially recommends the [`yarn`](https://yarnpkg.org) package manager as it handles dependencies much better and can help reduce final build size.
54+
This boilerplate was built as a template for [vue-cli](https://github.com/vuejs/vue-cli) and includes options to customize your final scaffolded app. The use of `node@^7` or higher required. electron-vue also officially recommends the [`yarn`](https://yarnpkg.org) package manager as it handles dependencies much better and can help reduce final build size with `yarn clean`.
5555

5656
```bash
5757
# Install vue-cli and scaffold boilerplate

docs/en/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Overview
1212

13-
The aim of this project is to remove the need of manually setting up electron apps using vue. electron-vue takes advantage of `vue-cli` for scaffolding, `webpack` with `vue-loader`, `electron-packager` or `electron-builder`, and some of the most used plugins like `vue-router`, `vuex`, and so much more.
13+
The aim of this project is to remove the need of manually setting up electron apps using vue. electron-vue takes advantage of `vue-cli` for scaffolding, `webpack` with `vue-loader`, `electron-packager` or `electron-builder`, some of the most used plugins like `vue-router`, `vuex`, and so much more.
1414

1515
#### Check out the documentation [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).
1616

@@ -26,7 +26,7 @@ Things you'll find in this boilerplate...
2626
* Ability to produce web output for browsers
2727
* Handy [NPM scripts](docs/en/docs/npm_scripts.md)
2828
* Use of [webpack](https://github.com/webpack/webpack) and [vue-loader](https://github.com/vuejs/vue-loader) with Hot Module Replacement
29-
* Process restarting when working in main process
29+
* Process restarting when working in electron's `main` process
3030
* HTML/CSS/JS pre-processor support with [vue-loader](https://github.com/vuejs/vue-loader/)
3131
* ES6 with [`stage-0`](https://babeljs.io/docs/plugins/preset-stage-0/) by default
3232
* Use of [`babili`](https://github.com/babel/babili) to remove the need of transpiling completely down to ES5
@@ -38,7 +38,7 @@ Things you'll find in this boilerplate...
3838

3939
### Getting Started
4040

41-
This boilerplate was built as a template for [`vue-cli`](https://github.com/vuejs/vue-cli) and includes options to customize your final scaffolded app. The use of `node@^7` or higher is required. electron-vue also officially recommends the [`yarn`](https://yarnpkg.org) package manager as it handles dependencies much better and can help reduce final build size.
41+
This boilerplate was built as a template for [`vue-cli`](https://github.com/vuejs/vue-cli) and includes options to customize your final scaffolded app. The use of `node@^7` or higher is required. electron-vue also officially recommends the [`yarn`](https://yarnpkg.org) package manager as it handles dependencies much better and can help reduce final build size with `yarn clean`.
4242

4343
```bash
4444
# Install vue-cli and scaffold boilerplate

0 commit comments

Comments
 (0)