VuePress组件集成

来自泡泡学习笔记
BrainBs讨论 | 贡献2024年12月4日 (三) 12:22的版本 (创建页面,内容为“1. 修改npm镜像 npm config set registry https://registry.npmmirror.com 2. 创建一个 VuePress Theme Hope 项目 npm init vuepress-theme-hope@latest my-docs”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

1. 修改npm镜像

npm config set registry https://registry.npmmirror.com


2. 创建一个 VuePress Theme Hope 项目

npm init vuepress-theme-hope@latest my-docs