You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
572 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# GPUStack UI 使用指南
## 环境准备
确保安装 Node.js 16.0 或更高版本(包含 npm
```bash
访问 https://nodejs.org 下载安装包或使用包管理器安装
```
2. 安装yarn
```
npm install -g yarn
```
3. 获取代码
```
git clone https://bdgit.educoder.net/pucmnw7fs/gpustack.git
cd gpustack
```
4. 安装依赖
```
yarn 或者 yarn add
```
## 项目操作
1. 运行开发服务器访问地址http://localhost:9000
```
npm run dev
```
2. 打包
```
npm run build
```
3. 部署密码Edu@9527
```
npm run deploy
```