We always welcome everyone to contribute! Here is a guide for you.
git clone [email protected]:yzqdev/cs-guide.git
If you have not enabled corepack, run corepack enable first.
Use Git to clone the project to the local, and use pnpm to install dependencies.
.github github workflow
docs contains plugins, vue components and docs
plugins custom vuepress plugins
res readme image
# run dev
pnpm docs:dev
# package
pnpm docs:build
There is no strict rules, do what you like.