An open API service indexing awesome lists of open source software.

https://github.com/biyuehu/kotori-bot-admin-web

Website management system specifically designed for the kotori-bot project
https://github.com/biyuehu/kotori-bot-admin-web

admin bot javascript js qq-bot qq-robot qqbot ts typescript vue web website

Last synced: about 2 months ago
JSON representation

Website management system specifically designed for the kotori-bot project

Awesome Lists containing this project

README

        

# kotori-bot-admin-web
This is a `website management system` specifically designed for the [kotori-bot](https://github.com/biyuehu/kotori-bot) project. It relies on the [kotori-bot-admin-server](https://github.com/BIYUEHU/kotori-bot/tree/plugins/kotori-bot-admin-server) plugin under **kotori-bot**, or you can say **kotori-bot-admin-server** is the backend part while this project is its frontend.

## Technology Stack
The frontend is based on `Vue+Pinia+Element-Plus+TypeScript+Vite`, the backend uses `Express` framework + `TypeScript`.

---
- [axios](https://www.npmjs.com/package/axios)
- [codemirror](https://www.npmjs.com/package/codemirror)
- [vue-codemirror](https://www.npmjs.com/package/vue-codemirror)
- [vue-router](https://www.npmjs.com/package/vue-router)
- [vue-particles](https://www.npmjs.com/package/vue-particles)
- [screenfull](https://www.npmjs.com/package/screenfull)
- [@codemirror/lang-javascript](https://www.npmjs.com/package/@codemirror/lang-javascript)
- [@codemirror/lang-json](https://www.npmjs.com/package/@codemirror/lang-json)
- [@codemirror/theme-one-dark](https://www.npmjs.com/package/@codemirror/theme-one-dark)
- [pinia-plugin-persistedstate](https://www.npmjs.com/package/pinia-plugin-persistedstate)
- [js-base64](https://www.npmjs.com/package/js-base64)