Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyomotoi/project-atri-console
Console for project ATRI
https://github.com/kyomotoi/project-atri-console
Last synced: about 1 month ago
JSON representation
Console for project ATRI
- Host: GitHub
- URL: https://github.com/kyomotoi/project-atri-console
- Owner: Kyomotoi
- License: gpl-3.0
- Created: 2022-04-30T08:36:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T09:39:10.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:17:18.616Z (9 months ago)
- Language: Vue
- Homepage: https://atri-console.imki.moe
- Size: 9.06 MB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project ATRI Console
一款为 [ATRI](https://github.com/Kyomotoi/ATRI) 而生的网页控制台## 展示
简介大方的登陆界面
完善的数据可视化
开箱即用的控制中心
还有更多...正在快速更新递代中
## 快速上手
向 [ATRI](https://github.com/Kyomotoi/ATRI) 索要登陆信息: `/con.auth`,按照页面提示依次键入即可.
## 开发
项目初始化:
```
npm install
```
启动前端页面的开发服务器:
```
npm run serve
```## 贡献
如果你喜欢本项目,可以请我[喝杯红茶](https://afdian.net/@Kyomotoi).
如果你有想法,有能力,欢迎:
- [提交 Issue](https://github.com/Kyomotoi/ATRI/issues)
- [提交 Pull request](https://github.com/Kyomotoi/ATRI/pulls)
- [在交流群内进行反馈](https://jq.qq.com/?_wv=1027&k=WoAAYXbJ)在提交 Issue、Pull request 前,请先阅读[此内容](https://atri.kyomotoi.moe/developer/overview/).
## 许可
本项目使用 [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html).
意味着你可以运行本项目,并向你的用户提供服务,如后续有对本项目源码的修改,你需要向用户公开修改后的此项目的源码.