Go to file
2023-12-22 12:45:04 +04:00
images commit 2023-12-22 12:45:04 +04:00
node_modules commit 2023-12-22 12:45:04 +04:00
scripts commit 2023-12-22 12:45:04 +04:00
styles commit 2023-12-22 12:45:04 +04:00
adminBook.html commit 2023-12-22 12:45:04 +04:00
Book.html commit 2023-12-22 12:45:04 +04:00
Catalog.html commit 2023-12-22 12:45:04 +04:00
data.json commit 2023-12-22 12:45:04 +04:00
index.html commit 2023-12-22 12:45:04 +04:00
jsconfig.json commit 2023-12-22 12:45:04 +04:00
package-lock.json commit 2023-12-22 12:45:04 +04:00
package.json commit 2023-12-22 12:45:04 +04:00
page-edit.html commit 2023-12-22 12:45:04 +04:00
readme.md commit 2023-12-22 12:45:04 +04:00
SignIn.html commit 2023-12-22 12:45:04 +04:00
SignUp.html commit 2023-12-22 12:45:04 +04:00
vite.config.js commit 2023-12-22 12:45:04 +04:00

Окружение

В 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