[mod] add docs

This commit is contained in:
Andy Bunce 2021-01-13 20:14:23 +00:00
parent dd56fecd3f
commit 55b3b91f81
18 changed files with 208 additions and 317 deletions

11
doc/basex.md Normal file
View file

@ -0,0 +1,11 @@
##Version
Min BaseX: 9.3+ https://docs.basex.org/wiki/Update_Module#Changelog
## Settings
Required BaseX options https://docs.basex.org/wiki/Options
```
CHOP = false
LOGTRACE = false
RESTXQERRORS = false
GZIP = true
```

3
doc/data.md Normal file
View file

@ -0,0 +1,3 @@
## Vuex
state.js

3
doc/dates.md Normal file
View file

@ -0,0 +1,3 @@
uses date-fns
imported in imports.js

13
doc/testing.md Normal file
View file

@ -0,0 +1,13 @@
## Tests
### Cypress
https://github.com/cypress-io/cypress
```
cd ~\git\vue-poc\tests>
npx cypress open
or...
npx cypress run
```

4
doc/vuetify.md Normal file
View file

@ -0,0 +1,4 @@
## Icons
* https://material.io/resources/icons/?style=baseline
* https://vuetifyjs.com/en/customization/icons/