|
|
@ -1,9 +1,9 @@ |
|
|
|
VAPARA-VUE3 |
|
|
|
PROTOVUE |
|
|
|
=========== |
|
|
|
|
|
|
|
Vapara is frontend application for online shop. |
|
|
|
Based on Vue3, it relies on Dolibarr's API calls. |
|
|
|
`npm` version 7 required! |
|
|
|
Protovue is a frontend application for online shopping. |
|
|
|
Based on Vue3, it relies on Dolibarr's API calls or fake data. |
|
|
|
`npm 7` required! |
|
|
|
|
|
|
|
HOW TO RUN |
|
|
|
---------- |
|
|
@ -13,6 +13,15 @@ npm ci |
|
|
|
npm run dev |
|
|
|
``` |
|
|
|
|
|
|
|
HOW TO DEBUG |
|
|
|
------------ |
|
|
|
|
|
|
|
``` |
|
|
|
# open codium IDE |
|
|
|
codium . |
|
|
|
# , then launch Debug in Firefox (or Chromium) |
|
|
|
``` |
|
|
|
|
|
|
|
HOW TO DEPLOY |
|
|
|
------------- |
|
|
|
|
|
|
@ -23,6 +32,8 @@ npm build |
|
|
|
npm preview # optional |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MORE INFORMATION |
|
|
|
---------------- |
|
|
|
|
|
|
|