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.
|
|
4 weeks ago | |
|---|---|---|
| .github/workflows | 8 months ago | |
| .husky | 11 months ago | |
| config | 5 months ago | |
| public | 6 months ago | |
| scripts | 2 years ago | |
| src | 4 weeks ago | |
| .env | 4 weeks ago | |
| .eslintignore | 9 months ago | |
| .eslintrc.js | 9 months ago | |
| .gitignore | 1 year ago | |
| .lintstagedrc | 9 months ago | |
| .npmrc | 2 years ago | |
| .prettierignore | 9 months ago | |
| .prettierrc.js | 2 years ago | |
| .stylelintrc.js | 11 months ago | |
| LICENSE | 1 year ago | |
| README.md | 3 months ago | |
| deploy.js | 4 weeks ago | |
| overrides.less | 12 months ago | |
| package.json | 5 months ago | |
| plugin.ts | 1 year ago | |
| pnpm-lock.yaml | 5 months ago | |
| tsconfig.json | 8 months ago | |
| typings.d.ts | 7 months ago | |
| yarn.lock | 5 months ago | |
README.md
GPUStack UI 使用指南
环境准备
确保安装 Node.js 16.0 或更高版本(包含 npm)
访问 https://nodejs.org 下载安装包或使用包管理器安装
- 安装yarn
npm install -g yarn
- 获取代码
git clone https://bdgit.educoder.net/pucmnw7fs/gpustack.git
cd gpustack
- 安装依赖
yarn 或者 yarn add
项目操作
- 运行开发服务器(访问地址:http://localhost:9000)
npm run dev
- 打包
npm run build
- 部署(密码:Edu@9527)
npm run deploy