[add] components

This commit is contained in:
Andy Bunce 2021-01-14 23:24:01 +00:00
parent 55b3b91f81
commit 1304878a70
16 changed files with 340 additions and 113 deletions

View file

@ -1,3 +1,10 @@
# Data storage
`core.js` defines settings
## Vuex
state.js
## Localforage
localforage.config({
name: 'vuepoc'
});