diff --git a/README b/README.md similarity index 100% rename from README rename to README.md diff --git a/TODO b/TODO.md similarity index 70% rename from TODO rename to TODO.md index 4091ce1..8fd12bd 100644 --- a/TODO +++ b/TODO.md @@ -1,23 +1,25 @@ TODO ==== +## ARCHITECTURE -## ARCHI - -* [x] vite + vue3 +* [x] vite + vue3 (up-to-date) * [x] typescript suppport +* [x] codium debug (Firefox, Chromium) * [x] git version control awareness * [x] eslint +* [x] licence support * [ ] composition API * [ ] WindyCss * [ ] fake rest api * [ ] i18n -## FEATURE +## FEATURES -* [ ] login/logout * [ ] grab products, categories and images from Dolibarr's API * [ ] parallelization * [ ] scheduled action * [ ] cache for images +* [ ] login/logout +* [ ] basket diff --git a/package.json b/package.json index 6eec28b..910ea4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "vapara-vue3", "version": "0.0.14", + "origin": "https://git.artcode.re/pvincent/vapara-vue3", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src/App.vue b/src/App.vue index 80baaba..2515895 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,7 +6,13 @@ >
- version: {{ version }} + AGPLv3 : + + {{ version }} +