# yunweb **Repository Path**: ylbs/yunweb ## Basic Information - **Project Name**: yunweb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-12 - **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 ```