Skip to content

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

Repository files navigation

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