https://github.com/onmax/onmax-nuxt-template
https://github.com/onmax/onmax-nuxt-template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onmax/onmax-nuxt-template
- Owner: onmax
- License: mit
- Created: 2025-01-25T12:25:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T14:40:25.000Z (over 1 year ago)
- Last Synced: 2025-04-01T15:05:17.837Z (about 1 year ago)
- Language: Vue
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Nuxt Shadcn UnoCSS
[![built with nuxt][nuxt-src]][nuxt-href]
- [Live demo](https://nuxt-shadcn-dashboard.vercel.app)
- [Component Documentation](https://shadcn-vue.com/docs/introduction)
## Quick Start
```bash [Terminal]
npx degit dianprata/nuxt-shadcn-dashboard my-dashboard-app
cd my-dashboard-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```
## Contributing
1. Clone this repository.
2. Install dependencies `pnpm install`.
3. Use `pnpm run dev` to start dev server.
## Credits
- [Nuxt.js](https://nuxtjs.org/)
- [Shadcn Vue](https://shadcn-vue.com/)
- [UnoCSS](https://unocss.com/)
## License
MIT
[nuxt-src]: https://img.shields.io/badge/Built%20With%20Nuxt-18181B?logo=nuxt.js
[nuxt-href]: https://nuxt.com/