VuePress安装使用
npx create-vuepress-site aaa# Navigate into newly scaffolded docs directory
cd docs
# Install dependencies
npm install
# Start local dev server
npm run devLast updated
npx create-vuepress-site aaa# Navigate into newly scaffolded docs directory
cd docs
# Install dependencies
npm install
# Start local dev server
npm run devLast updated