shadcn-unocss-docs-nuxt
v0.6.0
Published
Effortless and beautiful docs template built with Nuxt Content + shadcn-vue + unocss.
Downloads
40
Maintainers
Readme
shadcn-unocss-docs-nuxt
[!NOTE] Fork of shadcn-docs-nuxt using unocss instead of tailwindcss. Last update from this commit .
Changes made :
- replaced tailwindcss with unocss to get same result with theme customization behavior
- eslint config use unocss instead of tailwindcss (classes order change)
- lint with
semi: false
- use pnpm instead of bun
Beautifully designed Nuxt Content template built with shadcn-vue. Customizable. Compatible. Open Source.
Quick Start
- Create a project with the starter template
npx nuxi@latest init -t github:ZTL-UwU/shadcn-docs-nuxt-starter
- Install dependencies
npm install
- Start dev server
npm run dev
Contributing
- Clone this repository.
- Install dependencies
bun install
. - Use
bun run dev
to start dev server.
Credits
- Nuxt Content: Content made easy for Vue Developers.
- shadcn-ui: For the beautiful component & docs design.
- shadcn-vue: For the vue port of shadcn-ui & some docs component source.
- Docus: For the inspiration & some docs component source.
- Nuxt UI Pro Docs: For the inspiration.
License
MIT