vuepress 静态博客搭建

只学一点点 / 2023-05-03 / 原文

基于

npm init vuepress-theme-hope vuepress
  • vuepress 是工程目录
  • vuepress/src 是博客目录

新增博客

cd vuepress
npm init vuepress-theme-hope add myblog1

就会在 vuepress/src 的同级目录下创建一个 myblog1 目录。

参考

  • https://theme-hope.vuejs.press/zh/cookbook/tutorial/create.html#初始化项目
  • https://v1.vuepress.vuejs.org/zh/guide/