Based on NuxtJs and Nuxt UI, carefully crafted and ready for production
If you are a developer looking for a Nuxt UI-based admin template that is developer-friendly, modular, feature-rich, and highly customizable, the Uno Admin Template is the ideal choice. Its flexibility will allow you to create any application you desire, such as:
- SaaS platforms
- Project management apps
- eCommerce backends
- CRM systems
- Educational apps
- & many more…
- Copy this repository
git clone https://github.com/jotadevelopers/uno-admin.git
- Access the created directory
cd uno-admin
- Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
- Start the development server on http://localhost:3000
npm run dev
- Dashboard
- Pages
- Login
- Register
- Error
- Forget Password
- Account Settings
- Icons from Iconify using https://icones.js.org
- Components from https://ui.nuxt.com/components
Contributions are always welcome and recommended! Here is how:
- Fork the repository (here is the guide).
- Clone to your machine
git clone https://github.com/YOUR_USERNAME/REPO_NAME
Make your changes - Create a pull request
- When you contribute, you agree to give a non-exclusive license to Uno Admin team to use that contribution in any context as we see appropriate.
- If you use content provided by another party, it must be appropriately licensed using an open-source license.
- Contributions are only accepted through Github pull requests.
- Finally, the contributed code must work in all supported browsers.