Skip to content

快速启动

1 基础设施

组件说明版本
Node安装Node22.11.0+

2 orange-tiny-vue3-ui

前端服务使用 Vue3 和 TinyPro 技术栈构建了一个高效且功能丰富的管理后台。

2.1 项目克隆

  • GitHub
shell
    git clone https://github.com/hengzq/orange-tiny-vue3-ui.git
  • Gitee
shell
    git clone https://gitee.com/hengzq/orange-tiny-vue3-ui.git

2.2 项目运行

  • 启动项目
shell
    # 进入项目目录
    cd orange-tiny-vue3-ui

    # 安装依赖
    npm install

    # 指定 registry 来解决 npm 安装速度慢的问题。
    npm install --registry=https://registry.npmmirror.com

    # 项目启动
    npm run start
  • 预览

打开浏览器,输入:[http://localhost:3031/](http://localhost:3031/)

账号:admin 密码:hengzq.cn