https://github.com/vladlinmoiseenko/gotti-vue3
Lottie анимации загруженные с сервера gotti
https://github.com/vladlinmoiseenko/gotti-vue3
axios lottie-player vue3 vuetify3
Last synced: 2 months ago
JSON representation
Lottie анимации загруженные с сервера gotti
- Host: GitHub
- URL: https://github.com/vladlinmoiseenko/gotti-vue3
- Owner: VladlinMoiseenko
- Created: 2022-08-08T05:14:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T14:41:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T22:21:21.513Z (4 months ago)
- Topics: axios, lottie-player, vue3, vuetify3
- Language: Vue
- Homepage: http://gotti-vue3.vladlin.ru/
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gotti-vue3
Веб клиент для сервера [gotti](https://github.com/VladlinMoiseenko/gotti-server) отображающий Lottie анимации
Стек:
- [Vue3](https://vuejs.org/)
- [Vuetify](https://vuetifyjs.com/en/)
- [Lottie-player](https://github.com/LottieFiles/lottie-player)
- [Axios](https://github.com/axios/axios)## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```