You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,20 @@
1
1
# vue-pwa-boilerplate
2
2
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.
6
4
7
5
## Documentation
8
6
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.
11
10
12
11
## Usage
13
12
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.**
0 commit comments