Skip to content
This repository was archived by the owner on Apr 1, 2021. It is now read-only.

Commit ed5f16e

Browse files
committed
add pwa feature to readme.md
1 parent 62bfd15 commit ed5f16e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
> Laravel + CoreUI + Vue Boilerplate
44
5-
[![GitHub version](https://badge.fury.io/gh/adenvt%2Flaravel-coreui-vue.svg)](https://badge.fury.io/gh/adenvt%2Flaravel-coreui-vue)
6-
[![Greenkeeper badge](https://badges.greenkeeper.io/adenvt/laravel-coreui-vue.svg)](https://greenkeeper.io/)
5+
[![PHP version](https://badge.fury.io/ph/adenvt%2Flaravel-coreui-vue.svg)](https://badge.fury.io/ph/adenvt%2Flaravel-coreui-vue)
76

87
## What's inside
9-
* [Laravel][laravel] 5.6, A PHP framework for web artisans
8+
* [Laravel][laravel] 5.7, A PHP framework for web artisans
109
* [Core UI][coreui] for Vue, Free Bootstrap Admin Template
1110
* Usefull library: [Axios][axios], [jQuery][jquery], [Moment.js][moment], [Lodash][lodash]
1211
* [Vue Router][vue-router] and [Vuex][vuex], set out of the box
12+
* PWA ready, powered by [Offline-plugin][offline-plugin] and [Workbox][workbox]
1313
* Notification using [Vue-SweatAlert2][vue-sweatalert2] and [Vue-Notification][vue-notification]
1414
* Loading spinner with [Vue Loading Spinner][vue-loading-spinner]
1515
* Quick deployment with [Docker Compose][docker-compose] [TODO]
@@ -28,7 +28,7 @@
2828
* For Ubuntu, require `apt-get install libpng16-dev`, [see](https://github.com/imagemin/imagemin-mozjpeg/issues/28)
2929

3030
## How to Install
31-
* Install using composer
31+
* Install using composer (no need to cloning)
3232
```bash
3333
composer create-project --prefer-dist adenvt/laravel-coreui-vue project_name
3434
```
@@ -50,7 +50,7 @@ npm run dev
5050
## for Production
5151
npm run prod
5252

53-
### for Development with HMR (Hot Module Replacement)
53+
## for Development with HMR (Hot Module Replacement)
5454
npm run hot
5555
```
5656

@@ -69,3 +69,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
6969
[vue-notification]: http://vue-notification.yev.io/
7070
[vue-loading-spinner]: https://nguyenvanduocit.github.io/vue-loading-spinner/
7171
[docker-compose]: https://docs.docker.com/compose/
72+
[offline-plugin]: https://github.com/NekR/offline-plugin
73+
[workbox]: https://developers.google.com/web/tools/workbox/

0 commit comments

Comments
 (0)