mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-04 17:59:18 +08:00
1.1 KiB
1.1 KiB
Language
English
important
This project depends on Node and PNPM. If they are not installed, please install them.
Project Setup
pnpm install
Compile and Hot-Reload for Development
pnpm run dev
Compile and Minify for Production
pnpm run build
Tips
If you want to use your own backend in the development environment, please modify the proxy object in vite.config.js located in the root directory.
Recommended IDE Setup
中文
重要
这个项目依赖于node、pnpm环境,如果你的PC上没有,请先安装。
安装依赖
pnpm install
运行在本地开发模式下(可热更新)
pnpm run dev
编译代码(用于生产环境)
pnpm run build
注意
如果你想在本地开发模式下运行项目,并且调用自己的后端服务,请修改项目根目录下的vite.config.js文件中的proxy配置。