Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 493 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 493 Bytes

Blog

基于Vuepress的个人博客,技术、心情、随笔,什么都有~

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