nodemon安装与使用 在开发环境下,往往需要一个工具来自动重启项目工程。写 NodeJs 的时候发现 supervisior 在很多地方都有他的身影,NodeJs 也有一个 npm 模块 supervisior 也是用来监控进程的,不过除了 supervisior 外,还有很多其他的工具;从 Github 的评分上看,比较热门的有 forever,nodemon,node-dev。个人建议在开发环境中使用 nodemo 2020-07-23 #nodejs #nodemon
安装记录 - nvm,pm2管理node项目 123456cd ~/git clone https://github.com/nvm-sh/nvm.git .nvmcd ~/.nvmgit checkout v0.37.2. nvm.shvim ~/.bashrc 12345# vim 使用教程 https://www.runoob.com/linux/linux-vim.html# 编辑粘贴如下内容,保存退出export NVM_DIR=& 2020-07-15
Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. 2020-07-07 生活