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.

25 lines
368 B

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. * npm install --also=dev
  8. * npm run dev
  9. HOW TO DEPLOY
  10. -------------
  11. * npm run linter
  12. * npm build
  13. * npm preview
  14. MORE INFORMATION
  15. ----------------
  16. * todo [TODO](TODO.md)
  17. * documentation -> [doc](doc/INDEX.md)
  18. * license