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
- Host: GitHub
- URL: https://github.com/biyuehu/kotori-bot-admin-web
- Owner: BIYUEHU
- Created: 2023-07-25T09:45:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T16:49:21.000Z (over 1 year ago)
- Last Synced: 2025-02-12T08:56:55.983Z (4 months ago)
- Topics: admin, bot, javascript, js, qq-bot, qq-robot, qqbot, ts, typescript, vue, web, website
- Language: Vue
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)