UNPKG

@vuepress-reco/theme-cli

Version:
34 lines (23 loc) 374 B
# @vuepress-reco/theme-cli Blog generation tool for vuepress-theme-reco ## Experience **npx** ``` npx @vuepress-reco/theme-cli init ``` **npm** ```bash # 初始化 npm install @vuepress-reco/theme-cli -g theme-cli init ``` **yarn** ```bash # 初始化 yarn global add @vuepress-reco/theme-cli theme-cli init ``` **test** ```bash node ./bin/reco-build.js init ```