Browse Source

preview

master
pvincent 3 years ago
parent
commit
5c982d693c
  1. 1
      .gitignore
  2. 2
      LICENSE
  3. 25
      README.md
  4. 1
      package.json

1
.gitignore

@ -1,4 +1,3 @@
node_modules
.DS_Store
dist
*.local

2
LICENSE

@ -1,4 +1,4 @@
Vapara-vue3, frontend shop communicating with Dolibarr backend
Vapara-vue3,
Copyright (C) 2021 Prestalibre.re
This program is free software: you can redistribute it and/or modify

25
README.md

@ -1,12 +1,25 @@
VAPARA-VUE3
===========
Vapara is frontend application for online shop.
Based on Vue3, it relies on Dolibarr's API calls
* documentation -> [doc](doc/INDEX.md)
* todo [TODO](TODO.md)
RUN
---
HOW TO RUN
----------
* npm install --also=dev
* npm run dev
* npm run dev
HOW TO DEPLOY
-------------
* npm run linter
* npm build
* npm preview
MORE INFORMATION
----------------
* todo [TODO](TODO.md)
* documentation -> [doc](doc/INDEX.md)
* license

1
package.json

@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"linter": "eslint --ext .js,.ts,.vue --ignore-pattern \"*.d.ts\" src"
},
"dependencies": {

Loading…
Cancel
Save