add README

This commit is contained in:
Sergey Krylov 2025-01-15 07:57:43 +03:00
parent f84d63234d
commit 9f9c9239b5

View File

@ -1,19 +1,14 @@
# ulbi-vue # ulbi-vue
## Project setup ## Vue 3 фундаментальный курс от А до Я
``` [![Watch the video](https://img.youtube.com/vi/XzLuMtDelGk/0.jpg)](https://www.youtube.com/watch?v=XzLuMtDelGk)
npm install
```
### Compiles and hot-reloads for development Функционал
``` - Запросы
npm run serve - Пагинация
``` - Фильтрация
- Сортировка
### Compiles and minifies for production - Поиск
``` - Диалоговое окно
npm run build - Компоненты
``` - Роутинг
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).