init
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
# vuepress-theme-reco-demo
|
||||
|
||||
Blog demo1 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user