0.6.0 • Published 8 months ago

shadcn-unocss-docs-nuxt v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Hero

shadcn-unocss-docs-nuxt

built with nuxt npm version npm downloads License

!NOTE Fork of shadcn-docs-nuxt using unocss instead of tailwindcss. Last update from this commit npm.io.

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

  1. Create a project with the starter template

    npx nuxi@latest init -t github:ZTL-UwU/shadcn-docs-nuxt-starter
  2. Install dependencies

    npm install
  3. Start dev server

    npm run dev

Contributing

  1. Clone this repository.
  2. Install dependencies bun install.
  3. 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