06 2021 档案

摘要:1. 首先需要你的电脑中有git 下载网址:https://git-scm.com/downloads 2. 打开idea配置相关信息 配置你的git信息 在你的项目中创建git 在vcs工具中创建git 点击提交 提交之后push 或者右键,创建远程仓库的master分支,提交url信息 阅读全文
posted @ 2021-06-24 08:09 李悠然 阅读(298) 评论(0) 推荐(0)
摘要:react 项目在运行的过程中报错 Failed to compile../src/common/subTitle.tsxModule not found: Can't resolve 'react-router-dom' in 'E:\react\ahp\src\common' 这是因为手动加载依 阅读全文
posted @ 2021-06-07 16:43 李悠然 阅读(2484) 评论(0) 推荐(0)
摘要:1. 将资源以到服务器上,除大文件 2. npm 安装依赖包 npm install 3. 打包 npm run build 4.运行 pm2 start --name agv npm -- start 5. 查看 阅读全文
posted @ 2021-06-02 11:39 李悠然 阅读(1228) 评论(0) 推荐(0)
摘要:[root@iZ2zebmri8fdr53gafp1dwZ agv]# npm install> sharp@0.26.2 install /home/agv/node_modules/sharp> (node install/libvips && node install/dll-copy && 阅读全文
posted @ 2021-06-02 10:47 李悠然 阅读(1916) 评论(0) 推荐(0)