本项目为Elytracraft文档源码,基于Vuepress,使用vuepress-theme-plume主题
欢迎 Elytracraft 的管理员提交Requests
提交前请务必运行测试
自行查询vuepress & vuepress-theme-plume 的官方文档
项目还使用了 swiper ,请手动安装 swiper 库:
npm install swiper请安装 three & postprocessing 依赖:
pnpm add three postprocessing不安装 swiper 可能会出现页面无法加载的情况
The Site is generated using vuepress and vuepress-theme-plume
pnpm i# start dev server
pnpm docs:dev
# build for production
pnpm docs:build
# preview production build in local
pnpm docs:preview
# update vuepress and theme
pnpm vp-update