https://github.com/siliconflow/bizyair_frontend
https://github.com/siliconflow/bizyair_frontend
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siliconflow/bizyair_frontend
- Owner: siliconflow
- Created: 2024-11-25T14:18:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-15T07:49:38.000Z (11 months ago)
- Last Synced: 2025-08-15T09:24:26.923Z (11 months ago)
- Language: Vue
- Size: 62.3 MB
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BizYair Frontend
# Getting Started
``` bash
git clone https://github.com/siliconflow/bizyair_frontend.git
cd bizyair_frontend
# 安装依赖
npm install
# prettier
npm run format
# eslint
npx eslint src
# release frontend
npm run dev
#重新打包前端得到.whl包
npm run build:py
#不重新生成forntend_bizyair.js只重新打包bizyui目录得到.whl包
npm run build:bizyui
```
### Installation and Setup