Paolo Arena
3c6b2c7bef
- Service Worker
...
- Indexdb
2019-02-02 20:13:06 +01:00
Paolo Arena
fa7247a338
- Activated Workbox precache PWA !
...
importScripts('https://storage.googleapis.com/workbox-cdn/releases/3.0.0/workbox-sw.js ');
if (!workbox) {
workbox = new self.WorkboxSW();
}
if (workbox) {
workbox.core.setCacheNameDetails({prefix: "freeplanet"});
/**
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
* requests for URLs in the manifest.
* See https://goo.gl/S9QRab
*/
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.suppressWarnings();
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
workbox.routing.registerRoute(/^http/, workbox.strategies.networkFirst(), 'GET');
}
2019-01-31 13:52:52 +01:00
Paolo Arena
2984f20b58
- todo: added priority, expired, pos fields.
...
- todo: delete item.
- sorted by fields.
2019-01-14 22:40:30 +01:00
Paolo Arena
f715aab9d5
- created logo FreePlanet in SVG animation !
2019-01-08 01:22:09 +01:00
Paolo Arena
1b9a89b4f5
- fix: to export a Component in typescript, you need to create index.ts in each subfolder of the components folder !
2019-01-06 23:03:45 +01:00
Paolo Arena
fd2321cd20
- starting add Categories
...
- improved layout drawer
2019-01-05 20:11:41 +01:00
Paolo Arena
7a217c3ca9
.env.production file eliminated ! (-> .env)
...
.env.production worked in local
added myconfig
messagepopup working (but not ready yet)
added Graphql (only module)
2018-12-26 21:02:16 +01:00
Paolo Arena
6e023753dc
Fixed: in production (with Android phone) -> click on menu doesn't work well
2018-12-25 19:44:39 +01:00
paolo
02e5725ba9
Building in Production -> put to the Server
...
give an error: Vuex handler functions must not be anonymous.
Resolve:
npm cache clean --force
npm install
npm i npm@latest -g
2018-12-22 23:30:02 +01:00
paolo
bd832d3f92
Setting MultiLanguage using Typescript : adding i18n.d.ts for the compiler
2018-12-22 18:42:00 +01:00
paolo
7198b07bb6
-> Settings the packages: "quasar-framework": "0.17.17" because with "0.17.18" gives an error!
...
-> the Build now works! But actually nothing is visible in the website remote.
2018-12-15 01:30:21 +01:00
paolo
056dfc16f4
Risolto problema che non loggava correttamente
2018-12-06 20:07:51 +01:00
paolo
794e7088e7
Ancora sistemazioni Typescript... getters, mutations, actions... "@" alias.
2018-11-17 20:32:28 +01:00
paolo
7c49a97217
Ancora sistemazioni con typescript....
2018-11-15 19:48:37 +01:00
paolo
0e383f3493
Typescript Terminato! Funziona!
2018-11-11 19:27:04 +01:00
paolo
6811202571
ancora su Typescript...
...
suddiviso i ts dai html e scss
2018-11-07 22:42:22 +01:00
paolo
7c1d07797e
ok, ora sistemare SignUp
2018-11-06 00:21:22 +01:00
paolo
03d57ba50e
sistemare class type boolean....
2018-11-05 22:28:59 +01:00
paolo
c81e816d97
Manca di includere il file .env
2018-11-04 14:33:01 +01:00
paolo
5b56636ba2
Altra conversione in Typescript (3).
...
primo test semplice...
2018-11-03 01:23:39 +01:00
paolo
444dfc3384
Altra conversione in Typescript , partendo da un progetto di esempio funzionante... 2
2018-11-02 23:22:16 +01:00
paolo
899e412949
Altra conversione in Typescript , partendo da un progetto di esempio funzionante...
2018-11-02 22:15:48 +01:00
paolo
42b5afd40a
Altra conversione in Typescript , partendo da un progetto di esempio funzionante...
2018-11-02 20:10:45 +01:00
paolo
0fd5bf5034
Conversione in Typescript completata.
...
Manca ancora qualche errore.
2018-11-02 15:56:29 +01:00
paolo
1d42b184bb
Login (1)
2018-10-26 00:30:10 +02:00
paolo
7d61b947ba
Aggiunta la Autenticazione con x-auth
2018-10-20 18:56:31 +02:00
paolo
d261ed8ea8
Reg con username
2018-10-15 21:04:28 +02:00
paolo
43f2484e54
Iniziato il SignUp
2018-10-13 19:14:58 +02:00
paolo
a2673c0502
Primo Committ
2018-10-12 16:42:54 +02:00