# workBlog **Repository Path**: beopeng/workBlog ## Basic Information - **Project Name**: workBlog - **Description**: work blog by vuepress - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vuepress-theme-reco-demo Blog demo for vuepress-theme-reco ## Experience **npx** ``` npx @vuepress-reco/theme-cli init my-blog ``` **npm** ```bash # init npm install @vuepress-reco/theme-cli -g theme-cli init my-blog # install cd my-blog npm install # run npm run dev # build npm run build ``` **yarn** ```bash # init yarn global add @vuepress-reco/theme-cli theme-cli init my-blog # install cd my-blog yarn install # run yarn dev # build yarn build ```