11 2022 档案
摘要:PM2的使用: 全局安装:npm i pm2 -g 启动项目:pm2 start 脚本名 --name 自定义名称 查看运行项目:pm2 ls 停止项目:pm2 end 自定义名称/id值 重启项目:restart 自定义名称/id值 删除项目:delete 自定义名称/id值 部署项目至服务器:
阅读全文
摘要:1. vue创建项目后,在入口文件main.js中使用template模板,项目启动时报错You are using the runtime-only build of Vue where the template compiler is not available. Either pre-comp
阅读全文