Yesterday
Develop a vuepress blog theme that looks happy and writes smoothly.
Today
Help more people spend more time on content creation than on blogging.
Tomorrow
I hope more fans can get involved and help this theme grow better.
# Quick start
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
# Multi-language
language | language code |
---|---|
Simplified Chinese | zh-CN 、zh-SG |
Traditional Chinese | zh-HK 、zh-MO 、zh-TW |
Japanese | ja-JP |
Korean | ko-KR |
Spanish | es-{A-Z} |
English | en-US and other |