Yue-plus / vuepress-theme-oxygen-not-included

《缺氧》游戏风格的 VuePress2 主题
http://oxygen-not-included.theme.vuepress.yue.zone/
MIT License
6 stars 2 forks source link
markdown oxygen-not-included vuepress vuepress-theme

vuepress-theme-oxygen-not-included

demo

预览 | Demo:https://oxygen-not-included.Theme.VuePress.Yue.zone/

快速上手 | Getting Start

# 在项目中安装
# install in your project
yarn add vuepress-theme-oxygen-not-included

# 新建一个 markdown 文件
# create a markdown file
echo '# Hello VuePress' > README.md

# 开始写作
# start writing
yarn vuepress dev

# 构建静态文件
# build to static files
yarn vuepress build