Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanmem/amadeus-vue
Мини-приложение для ВКонтакте. Документация к чат-боту Амадеус.
https://github.com/ivanmem/amadeus-vue
Last synced: about 1 month ago
JSON representation
Мини-приложение для ВКонтакте. Документация к чат-боту Амадеус.
- Host: GitHub
- URL: https://github.com/ivanmem/amadeus-vue
- Owner: ivanmem
- Created: 2023-02-10T18:23:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:07:52.000Z (about 2 months ago)
- Last Synced: 2024-10-28T19:25:22.127Z (about 2 months ago)
- Language: Vue
- Homepage: https://vk.com/animecm
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Зависимости
Положите описание команд в директорию `/public/doc.json` (возьмите его из сервиса в ВК с помощью devtools или получите
по [ссылке](https://xeleos.ddns.net/api/commands/doc)).
А так же установите npm пакеты:```shell
npm install --force
```## Запуск
```shell
npm run dev
```## Сборка
```shell
npm run build
```## Публикация
Укажите `app_id` в файле [vk-hosting-config.json](./vk-hosting-config.json).
После чего выполните команду:```shell
npm run deploy
```## Ссылки
[Амадеус](https://vk.com/app51547376)