Тестовое задание про оптимальный розлив варенья по банкам
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.

README.md 693B

3 years ago
3 years ago
123456789101112131415161718192021222324252627282930313233343536
  1. Это тестовое задание про оптимальный розлив нескольких видов варенья по имеющимся банкам.
  2. Выполнено на VueJS v3.
  3. Посмотреть в работе можно [тут](https://chiefred.com/sandbox/jam-pots-vuejs/).
  4. ---
  5. Дальше оригинальный README от VueJS
  6. ---
  7. # jam-pots-vuejs
  8. ## Project setup
  9. ```
  10. yarn install
  11. ```
  12. ### Compiles and hot-reloads for development
  13. ```
  14. yarn serve
  15. ```
  16. ### Compiles and minifies for production
  17. ```
  18. yarn build
  19. ```
  20. ### Lints and fixes files
  21. ```
  22. yarn lint
  23. ```
  24. ### Customize configuration
  25. See [Configuration Reference](https://cli.vuejs.org/config/).