1.0.0 • Published 4 years ago

vuepress-theme-reco-demo v1.0.0

Weekly downloads
4
License
-
Repository
-
Last release
4 years ago

vuepress-theme-reco-demo

Blog demo for vuepress-theme-reco

Experience

npx

npx @vuepress-reco/theme-cli init my-blog

npm

# 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

# 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
1.0.0

4 years ago