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
400 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
  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 ci
  10. npm run dev
  11. ```
  12. HOW TO DEPLOY
  13. -------------
  14. ```bash
  15. npm run linter
  16. npm build
  17. npm preview # optional
  18. ```
  19. MORE INFORMATION
  20. ----------------
  21. * [TODO](TODO.md)
  22. * [documentation](doc/INDEX.md)
  23. * [license](./LICENSE)