jeecg的安装部署

编程

环境

操作系统:Ubuntu Kylin 优麒麟 20.04 LTS

适用架构:AMD64、ARM64(鲲鹏、飞腾)

安装

sudo apt install git npm01

查看 npm 镜像

npm get registry

临时使用淘宝镜像

npm install packageName --registry https://registry.npm.taobao.org

永久设置淘宝镜像

npm config set registry http://registry.npm.taobao.org

npm install -g yarn

GitHub 和 GitEE 码云,都有源码。

git clone https://gitee.com/jeecg/jeecg-boot.git

cd jeecg-boot/ant-design-vue-jeecg

yarn install

 

以上是 jeecg的安装部署 的全部内容, 来源链接: utcz.com/z/518591.html

回到顶部