vuepress-theme-reco-cli
Blog generation tool for vuepress-theme-reco
Version
Version | VuePress | VuePress-theme-reco |
---|---|---|
0.x | 0.x | 0.x |
1.x | 1.x | 1.x |
Experience
# create npx vuepress-theme-reco-cli init my-blog# or npm install -greco-cli init my-blog # install cd my-blognpm install # run npm run dev # build npm run build
if yarn
# create npx vuepress-theme-reco-cli init my-blog#or yarn global add vuepress-theme-reco-clireco-cli init my-blog # install cd my-blogyarn install # run yarn dev # build yarn build