Skip to content

Commit 1dc2977

Browse files
committed
feat(pwa): add service worker
1 parent 566dc31 commit 1dc2977

37 files changed

+718
-2763
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ yarn-error.log
2222
public/js
2323
public/css
2424
resources/assets/vue/vue-i18n-locales.generated.js
25+
26+
public/service-worker.*
27+
public/mix-manifest.json

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ A Laravel 8 Single Page Application boilerplate using Vue.js 2.6, GraphQL, Boots
1010
* i18n for English, Portuguese and Spanish, based on browser language settings.
1111
* Authentication using Laravel Sanctum.
1212
* WebSockets with Laravel Echo and Pusher.
13+
* Working service worker with Workbox for better PWA development.
1314
* Dockerfile configured with PHP 7.4, Node.js 12 and Composer, with MySQL and phpMyAdmin on Docker Compose.
1415

1516
You can check it live [on this website](https://lvb.as.dev), with the credentials:
@@ -37,6 +38,7 @@ Front-end:
3738
* [vuex-i18n](https://github.com/dkfbasel/vuex-i18n)
3839
* [Bootstrap 4](https://github.com/twbs/bootstrap)
3940
* [BootstrapVue](https://github.com/bootstrap-vue/bootstrap-vue)
41+
* [Workbox](https://github.com/GoogleChrome/workbox)
4042
* [TypeScript](https://github.com/microsoft/typescript)
4143
* [Pug](https://github.com/pugjs/pug)
4244
* [Sass](https://github.com/sass/node-sass)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alefesouza/laravel-vue-boilerplate",
3-
"description": "A Laravel 8 SPA boilerplate with a users CRUD using Vue.js 2.6, Bootstrap 4, TypeScript, Sass, Pug and Jest.",
3+
"description": "A Laravel 8 SPA boilerplate with a users CRUD using Vue.js 2.6, Bootstrap 4, TypeScript, Sass and Pug.",
44
"keywords": [
55
"laravel",
66
"vue",

logo.png

19.6 KB
Loading

0 commit comments

Comments
 (0)