Skip to content

Commit 919c4fa

Browse files
committed
update readme
1 parent 4e7fe33 commit 919c4fa

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
# vue-pwa-boilerplate
22

3-
> A full-featured Webpack setup with hot-reload, lint-on-save, unit testing & css extraction.
4-
5-
> This template is Vue 2.0 compatible. For Vue 1.x use this command: `vue init webpack#1.0 my-project`
3+
> A full-featured PWA template with webpack, hot-reload, lint-on-save, unit testing & css extraction.
64
75
## Documentation
86

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
10-
- [For Vue 2.0](http://vuejs.org/guide/): general information about how to work with Vue, not specific to this template
7+
- This template builds on top of the main webpack template, so please refer to the [webpack template docs](http://vuejs-templates.github.io/webpack).
8+
9+
- Check out the [official Vue.js guide](http://vuejs.org/guide/) for general information about Vue that is not specific to this template.
1110

1211
## Usage
1312

14-
This is a project template for [vue-cli](https://github.com/vuejs/vue-cli). **It is recommended to use npm 3+ for a more efficient dependency tree.**
13+
This is a project template for [vue-cli](https://github.com/vuejs/vue-cli). **It is recommended to use npm 3+ or [yarn](https://yarnpkg.com) for a more efficient dependency tree.**
1514

1615
``` bash
1716
$ npm install -g vue-cli
18-
$ vue init webpack my-project
17+
$ vue init pwa my-project
1918
$ cd my-project
2019
$ npm install
2120
$ npm run dev

0 commit comments

Comments
 (0)