Vitepress, Vue.js, Tailwind CSS Starter Kit(For Docs)
2
stars
0
forks
source link
VitePress, Vue.js, and Tailwind CSS Mini Starter for Docs
How to run this project:
- Clone this repo
- Install packages via bun, yarn, or pnpm
- Run
npm run docs:dev
to start the dev server
- Run
npm run docs:build
to build the static site
- Run
npm run docs:serve
to serve the static site