└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # vuepress-theme-reco-demo 2 | 3 | Blog demo for vuepress-theme-reco 4 | 5 | ## Experience 6 | 7 | **npx** 8 | 9 | ``` 10 | npx @vuepress-reco/theme-cli init 11 | ``` 12 | 13 | **npm** 14 | 15 | ```bash 16 | # 初始化 17 | npm install @vuepress-reco/theme-cli -g 18 | theme-cli init 19 | ``` 20 | 21 | **yarn** 22 | 23 | ```bash 24 | # 初始化 25 | yarn global add @vuepress-reco/theme-cli 26 | theme-cli init 27 | ``` 28 | --------------------------------------------------------------------------------