[mod] add docs
This commit is contained in:
parent
dd56fecd3f
commit
55b3b91f81
18 changed files with 208 additions and 317 deletions
11
doc/basex.md
Normal file
11
doc/basex.md
Normal 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
3
doc/data.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
## Vuex
|
||||
|
||||
state.js
|
||||
3
doc/dates.md
Normal file
3
doc/dates.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
uses date-fns
|
||||
|
||||
imported in imports.js
|
||||
13
doc/testing.md
Normal file
13
doc/testing.md
Normal 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
4
doc/vuetify.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
## Icons
|
||||
* https://material.io/resources/icons/?style=baseline
|
||||
* https://vuetifyjs.com/en/customization/icons/
|
||||
Loading…
Add table
Add a link
Reference in a new issue