Installation
Install the VuiAdmin admin dashboard template for React, Next.js, Vue, Angular, HTML or Laravel.
Every edition is a repository you clone. There is no CLI to install, no registry package to authenticate against, and no licence key.
React
React admin dashboard template
Next.js
Next.js admin dashboard template
Vue
Vue admin dashboard template
Angular
Angular admin dashboard template
HTML
HTML admin dashboard template
Laravel
Laravel admin dashboard template
What they have in common
- The design system is vendored, not installed. Every edition carries the component library under
packages/as afile:dependency, so a clone installs with nothing private in the way and nothing can be pulled out from under you. - Fixtures, not a mock API. Each screen imports its data from a file beside it.
- Tests that check the route table. The sidebar, the shared route list and the screens are held against each other in both directions.
- A deploy workflow. Each repository publishes its own demo to GitHub Pages on every push to
main, and you can point it at your own domain by changing one file.