PIbd-21_Zhirnova_A._E._Inte.../Laba3/readme.md
2023-12-06 18:38:53 +03:00

21 lines
661 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### Окружение
В VSCode необходимо установить плагин (расширение) ESLint:
https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
ESLint уже настроен (см. конфиг .eslintrc.json), но для справки можно почитать материал по ссылке
https://www.digitalocean.com/community/tutorials/linting-and-formatting-with-eslint-in-vs-code
### Установка зависимостей
npm install
### Запуск в режиме разработки
npm run dev
### Запуск продуктовой версии (production)
npm run prod