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.

31 lines
421 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. VAPARA-VUE3
  2. ===========
  3. Vapara is frontend application for online shop.
  4. Based on Vue3, it relies on Dolibarr's API calls
  5. HOW TO RUN
  6. ----------
  7. ```
  8. npm install --also=dev
  9. npm run dev
  10. ```
  11. HOW TO DEPLOY
  12. -------------
  13. ```bash
  14. npm run linter
  15. npm build
  16. # to preview production release, optional
  17. npm preview
  18. ```
  19. MORE INFORMATION
  20. ----------------
  21. * [TODO](TODO.md)
  22. * [documentation](doc/INDEX.md)
  23. * [license](./LICENSE)