# helio-app-vue-unibest **Repository Path**: uncarbon97/helio-app-vue-unibest ## Basic Information - **Project Name**: helio-app-vue-unibest - **Description**: 基于unibest改造适配的移动端模板 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-01-23 - **Last Updated**: 2025-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # helio-app-vue-unibest ## 项目说明 基于 [unibest](https://github.com/feige996/unibest) 改造适配的移动端模板 可跟随源项目 `main` 分支更新 [源项目官方文档](https://www.unibest.tech/) [相较于源项目的变更](CHANGELOG_HELIO.md) ## 如何使用 1. 从 GitHub 或 Gitee 克隆项目源码,到自己的电脑上 2. 自行安装 `Node.js`18.12.0 或以上版本(建议通过 [nvm](https://www.runoob.com/w3cnote/nvm-manager-node-versions.html) 进行,命令:`nvm install 18.12.0 && nvm use 18.12.0`) 1. 笔者版本:node@18.16.0 pnpm@8.15.3,如果运行有异常可以切换为此版本试试 2. 可以换成国内源提高下载速度 1. `nvm node_mirror https://npmmirror.com/mirrors/node/` 2. `nvm npm_mirror https://registry.npmmirror.com` 3. `npm config set registry https://registry.npmmirror.com` 3. 找到根目录下的`.env.development`,根据后端程序的类型(单体版or微服务版),修改: - `VITE_SERVER_BASEURL`(全局API_BASE_URL) 4. 在根目录依次执行命令行命令: ``` npm install -g pnpm pnpm install npm run dev ``` 5. 浏览器访问http://127.0.0.1:9000 ,就能看到页面了 ## License [MIT](./LICENSE) ## 演示效果图 ![](.readme_static/index.png) ![](.readme_static/me.png) ![](.readme_static/profile.png)