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.

42 lines
522 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 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. ```
  15. # open codium IDE
  16. codium .
  17. # , then launch Debug in Firefox (or Chromium)
  18. ```
  19. HOW TO DEPLOY
  20. -------------
  21. ```bash
  22. npm run linter
  23. npm build
  24. npm preview # optional
  25. ```
  26. MORE INFORMATION
  27. ----------------
  28. * [TODO](TODO.md)
  29. * [documentation](doc/INDEX.md)
  30. * [license](./LICENSE)