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.

32 lines
448 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. `npm` version 7 required!
  6. HOW TO RUN
  7. ----------
  8. ```
  9. npm install --also=dev
  10. npm run dev
  11. ```
  12. HOW TO DEPLOY
  13. -------------
  14. ```bash
  15. npm run linter
  16. npm build
  17. # to preview production release, optional
  18. npm preview
  19. ```
  20. MORE INFORMATION
  21. ----------------
  22. * [TODO](TODO.md)
  23. * [documentation](doc/INDEX.md)
  24. * [license](./LICENSE)