devinggo devinggo
首页
  • 系统介绍
  • 开发环境搭建
  • 快速开始
  • 生产部署
  • 目录结构
  • MVC开发
  • 权限控制
  • 拦截器
  • 定时任务
  • 消息队列
  • websocket服务器
  • 缓存
  • module开发
  • 代码自动生成
  • 命令
前端开发
常见问题
演示
GitHub (opens new window)
首页
  • 系统介绍
  • 开发环境搭建
  • 快速开始
  • 生产部署
  • 目录结构
  • MVC开发
  • 权限控制
  • 拦截器
  • 定时任务
  • 消息队列
  • websocket服务器
  • 缓存
  • module开发
  • 代码自动生成
  • 命令
前端开发
常见问题
演示
GitHub (opens new window)
  • 系统介绍
  • 开发环境搭建
    • 快速开始
    • 生产部署
    • 介绍安装
    Kai
    2025-01-07
    目录

    开发环境搭建

    # 前端环境

    1. 前往 https://nodejs.org/zh-cn/ 下载node并安装
    2. 命令行运行 node -v 若控制台输出版本号则node安装成功
    3. node 版本需大于等于 18
    4. 安装yarn:npm install -g yarn

    # 后端环境

    1. 下载golang安装 版本号需>=1.22.2

    国际: https://golang.org/dl/

    国内: https://golang.google.cn/dl/

    1. 安装完成, 输入 go version 确认版本大于1.22.2

    # windowd 10 下快速搭建

    1. 安装make
    #windowd10下安装make
    #make 编译环境安装
    @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
    
    choco install make
    choco install sed
    
    1. 安装golang,node,yarn
    choco install golang
    choco install nodejs
    choco install yarn
    
    上次更新: 2025/01/09, 16:19:09
    系统介绍
    快速开始

    ← 系统介绍 快速开始→

    Theme by Vdoing | Copyright © 2025-2025 Kai
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式