https://github.com/lemonade-lab/alemonjs-admin
web app admin
https://github.com/lemonade-lab/alemonjs-admin
Last synced: 2 months ago
JSON representation
web app admin
- Host: GitHub
- URL: https://github.com/lemonade-lab/alemonjs-admin
- Owner: lemonade-lab
- License: other
- Created: 2025-01-06T07:13:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-11T16:55:32.000Z (5 months ago)
- Last Synced: 2025-02-13T19:43:13.480Z (4 months ago)
- Language: TypeScript
- Size: 31.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alemonjs web
开发文档 https://lvyjs.dev/
开发文档 [https://alemonjs.com/](https://alemonjs.com/)
## 使用指南
- 加载模块
```sh
yarn add alemonjs-admin
````alemon.config.yaml`
```yaml
apps:
- 'alemonjs-admin'
```## 开发
```sh
yarn install
``````sh
# vite
yarn dev
# app
yarn app
``````sh
yarn build
```