Mac VuePress 使用方法

[TOC]

GitHub

Downloads Version License VuePress channel on Discord

安装

1
2
3
4
sudo npm install -g yarn
yarn config set registry https://registry.npm.taobao.org -g
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g
yarn add vuepress -D

创建

1
2
# 创建一个脚手架的docs站点
yarn create vuepress-site

有关更多信息,请参见 create-vuepress-site.

文献资料

在以下位置查看我们的文档 https://vuepress.vuejs.org/.