You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
466 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. PROTOVUE
  2. ===========
  3. Protovue is a frontend application for online shopping.
  4. Based on Vue3, it relies on Dolibarr's API calls or fake data.
  5. `npm 7` required!
  6. HOW TO RUN
  7. ----------
  8. ```
  9. npm ci
  10. npm run dev
  11. ```
  12. HOW TO DEBUG
  13. ------------
  14. Codium / Debug in Firefox
  15. HOW TO DEPLOY
  16. -------------
  17. ```bash
  18. npm run linter
  19. npm build
  20. npm preview # optional
  21. ```
  22. MORE INFORMATION
  23. ----------------
  24. * [TODO](TODO.md)
  25. * [documentation](doc/INDEX.md)
  26. * [license](./LICENSE)