1 Star 0 Fork 3

靓仔/JF-Note

forked from coffee_冬孓/JF-Note 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
readme.txt 721 Bytes
一键复制 编辑 原始数据 按行查看 历史
coffee_冬孓 提交于 2020-08-11 20:09 . 增加回收站功能
#docker导出mysql库
docker exec -it mysql mysqldump --opt -d jf_note -h{ip地址} -u{账号} -p{密码} > /home/zhangjf/work/idea-private/JF-Note/config/database/mysql/create.sql
#npm更新包
https://www.jianshu.com/p/d08208f46292
#重新编译
yarn run build
#ckeditor5安装插件
https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/installing-plugins.html
#npm升级package.json依赖包到最新版本号
转载自:https://blog.csdn.net/syaivin/article/details/79388244?utm_source=blogxgwz1
1、安装:
npm install -g npm-check-updates
2、使用:
检查package.json中dependencies的最新版本:
ncu
更新dependencies到新版本:
ncu -u
更新全部到最新版本:
npm install
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/o16/JF-Note.git
git@gitee.com:o16/JF-Note.git
o16
JF-Note
JF-Note
master

搜索帮助