使用VuePress-Reco快速搭建博客(保姆级)
以下是使用VuePress-Reco快速搭建博客的步骤:
- 确保安装了Node.js和npm。
全局安装VuePress:
npm install -g vuepress
创建一个新的博客目录,并进入该目录:
mkdir my-blog cd my-blog
使用VuePress-Reco初始化博客:
vuepress-reco-cli init
安装依赖:
npm install
启动开发服务器:
npm run dev
- 打开浏览器,访问
http://localhost:8080
查看你的博客。
以上步骤会创建一个基础的博客网站,你可以根据自己的需求进一步配置和定制。
评论已关闭