Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aiursoftweb/glm-ui
Chat GLM simple web UI.
https://github.com/aiursoftweb/glm-ui
Last synced: 5 days ago
JSON representation
Chat GLM simple web UI.
- Host: GitHub
- URL: https://github.com/aiursoftweb/glm-ui
- Owner: AiursoftWeb
- License: mit
- Created: 2023-09-06T07:52:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-16T07:00:44.000Z (4 months ago)
- Last Synced: 2024-07-16T09:22:15.915Z (4 months ago)
- Language: Vue
- Homepage: https://glm.aiursoft.cn/
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GLM UI
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitlab.aiursoft.cn/aiursoft/GLM-UI/-/blob/master/LICENSE)
[![Pipeline stat](https://gitlab.aiursoft.cn/aiursoft/GLM-UI/badges/master/pipeline.svg)](https://gitlab.aiursoft.cn/aiursoft/GLM-UI/-/pipelines)
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fglm.aiursoft.cn)](https://glm.aiursoft.cn)
[![ManHours](https://manhours.aiursoft.cn/r/gitlab.aiursoft.cn/aiursoft/glm-ui.svg)](https://gitlab.aiursoft.cn/aiursoft/glm-ui/-/commits/master?ref_type=heads)## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).