@ -1,6 +1,5 @@
{
"cSpell.words": [
"VAPARA"
],
"cSpell.enabled": false
"eslint.enable": true,
"vetur.validation.template": false,
"cSpell.enabled": false,
}
@ -7,19 +7,25 @@ Based on Vue3, it relies on Dolibarr's API calls
HOW TO RUN
----------
* npm install --also=dev
* npm run dev
```
npm install --also=dev
npm run dev
HOW TO DEPLOY
-------------
* npm run linter
* npm build
* npm preview
```bash
npm run linter
npm build
# to preview production release, optional
npm preview
MORE INFORMATION
----------------
* todo [TODO](TODO.md)
* documentation -> [doc](doc/INDEX.md)
* license
* [TODO](TODO.md)
* [documentation](doc/INDEX.md)
* [license](./LICENSE)
@ -39,7 +39,7 @@ export default {
version: APP_VERSION,
repository: APP_REPOSITORY,
license: APP_LICENSE,
subtitle: 'boutique en ligne G1'
subtitle: 'La Boutik Ǧ1'
@ -4,6 +4,7 @@ import './index.css'
import 'windi.css'
// define title and version from package.json
// eslint-disable-next-line no-undef
document.title = APP_TITLE
createApp(App).mount('#app')