什么是helloblog这里给个我之前的文章说明下什么是hello blog
之前上线的默认主题不少网友说不行,尤其是在seo方面,于是我决定用nux.js开发一个简单的主题。这个页面是有Yancy实现的。在这里也非常感谢这位小伙伴的贡献。这里是他的博客。主题的源代码
预览地址 Yancy的博客
你觉得还可以就给个Star吧。
# .nuxt 文件你需要在项目下面 执行下面 命令得到
npm bulid
# 后面直接就
npm install
# 安装 pm2
npm install pm2 -g
# 启动
pm2 start npm --name nuxt -- start
# 停止
pm2 stop all #停止PM2列表中所有的进程
pm2 stop 0 #停止PM2列表中进程为0的进程
# 日志
pm2 logs
yum remove nodejs
cd 到yum源配置文件夹:cd /etc/yum.repo.d
,删除以 node 开头的源; 清除 yum 缓存 yum clean all
curl -sL https://rpm.nodesource.com/setup_10.x | bash -
yum install -y nodejs
npm install npm@latest -g
命令:npm -v 输出版本号就成功安装了。