Template for vuepress-theme-hope.
You can begin your vuepress-theme-hope trip by creating a repo from this template.
Please report bugs on main repo
-
Install deps:
Run
npm installoryarn install -
Dev Env:
Run
npm run serveoryarn run serve -
Build production files:
Run
npm run buildoryarn run build
vuepress-theme-hope 的模板。
你可以直接使用它来开始你的 vuepress-theme-hope 之旅。
-
安装依赖:
运行
npm install或者yarn install -
测试环境:
运行
npm run serve或者yarn run serve -
生产环境(构建文件):
运行
npm run build或者yarn run build