All Projects → coreui → Coreui Free Vue Admin Template

coreui / Coreui Free Vue Admin Template

Licence: mit
Open source admin template based on Bootstrap 5 and Vue 3

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Coreui Free Vue Admin Template

Coreui Free React Admin Template
CoreUI React is a free React admin template based on Bootstrap 5
Stars: ✭ 3,573 (+21.08%)
Mutual labels:  bootstrap, scss, html5, dashboard, admin, bootstrap4, admin-dashboard, admin-template, bootstrap-theme, admin-panel, dashboard-templates, bootstrap5
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (-76.62%)
Mutual labels:  bootstrap, scss, dashboard, admin, bootstrap4, admin-dashboard, admin-template, bootstrap-theme, admin-panel, dashboard-templates
Coreui Free Bootstrap Admin Template
CoreUI is free bootstrap admin template
Stars: ✭ 11,038 (+274.04%)
Mutual labels:  bootstrap, scss, dashboard, vuejs2, admin, bootstrap4, admin-dashboard, admin-template, bootstrap5
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (-59.64%)
Mutual labels:  bootstrap, dashboard, admin, bootstrap4, admin-dashboard, admin-template, admin-panel, dashboard-templates
Coreui Angularjs
CoreUI AngularJS is free AngularJS admin template based on Bootstrap 4
Stars: ✭ 101 (-96.58%)
Mutual labels:  bootstrap, scss, admin, bootstrap4, admin-dashboard, bootstrap-theme, admin-panel, dashboard-templates
Architectui Html Theme Free
ArchitectUI Dashboard Free is lightweight and comes packed with the minimal set of components to get you started. If you have a simple application, it’s the perfect solution for you. It’s built on top of Bootstrap 4 and features a scalable architecture just like it’s wiser, older sibling – ArchitectUI HTML Pro theme.
Stars: ✭ 155 (-94.75%)
Mutual labels:  bootstrap, admin, bootstrap4, admin-dashboard, admin-template, bootstrap-theme, dashboard-templates
Clever Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Clever is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 98 (-96.68%)
Mutual labels:  bootstrap, scss, dashboard, admin, bootstrap4, admin-dashboard, admin-template
Coreui Free Angular Admin Template
CoreUI Angular is free Angular 2+ admin template based on Bootstrap 4
Stars: ✭ 1,279 (-56.66%)
Mutual labels:  bootstrap, dashboard, admin, bootstrap4, admin-dashboard, admin-panel, dashboard-templates
Majesticadmin Free Bootstrap Admin Template
Simple Bootstrap 4 Dashboard template.
Stars: ✭ 160 (-94.58%)
Mutual labels:  bootstrap, admin, bootstrap4, admin-dashboard, admin-template, admin-panel, dashboard-templates
Tabler
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Stars: ✭ 24,611 (+733.99%)
Mutual labels:  bootstrap, scss, html5, dashboard, admin-dashboard, dashboard-templates, bootstrap5
Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (-61.27%)
Mutual labels:  bootstrap, admin, bootstrap4, admin-dashboard, admin-template, bootstrap-theme, admin-panel
Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-97.39%)
Mutual labels:  bootstrap, scss, dashboard, admin-dashboard, admin-template, bootstrap-theme
Carbon
Elegant Bootstrap 4 Admin Template
Stars: ✭ 309 (-89.53%)
Mutual labels:  bootstrap, scss, dashboard, admin-dashboard, admin-template, bootstrap-theme
Root Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Root is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 54 (-98.17%)
Mutual labels:  bootstrap, scss, dashboard, admin, bootstrap4, admin-dashboard
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (-59.78%)
Mutual labels:  bootstrap, scss, dashboard, admin, bootstrap4, admin-dashboard
Light Blue Dashboard
🔥 Free and open-source admin dashboard template built with Bootstrap
Stars: ✭ 110 (-96.27%)
Mutual labels:  bootstrap, scss, dashboard, admin, admin-dashboard, admin-template
Stisla
Free Bootstrap Admin Template
Stars: ✭ 2,772 (-6.07%)
Mutual labels:  bootstrap, html5, dashboard, admin, bootstrap4, admin-template
Basix Admin
Get Free and Premium Vue.js Bootstrap v4 Admin Dashboard Templates
Stars: ✭ 138 (-95.32%)
Mutual labels:  vuejs2, bootstrap4, admin-dashboard, admin-template, bootstrap-theme, admin-panel
Bootstrapadmin
Bootstrap 4 admin template.
Stars: ✭ 273 (-90.75%)
Mutual labels:  bootstrap, bootstrap4, admin-dashboard, admin-template, bootstrap-theme, admin-panel
Lightning Admin Angular
A mobile first design of a responsive admin template built with angular and bootstrap
Stars: ✭ 107 (-96.37%)
Mutual labels:  bootstrap, scss, admin, bootstrap4, admin-dashboard, admin-template

@coreui coreui npm package NPM downloads
@coreui vue npm package NPM downloads
npm next

CoreUI Free Vue Admin Template v4

CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all!

Table of Contents

Versions

CoreUI Pro

Only customers with Enterpise Membership Plan have access to private github CoreUI Pro repository.

Quick Start

Instalation

$ npm install

or

$ yarn install

Basic usage

# dev server with hot reload at http://localhost:3000
$ npm run serve

or

# dev server with hot reload at http://localhost:3000
$ yarn serve

Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.

Build

Run build to build the project. The build artifacts will be stored in the build/ directory.

# build for production with minification
$ npm run build

or

# build for production with minification
$ yarn build

What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

coreui-free-vue-admin-template
├── public/          # static files
│   └── index.html   # html template
│
├── src/             # project root
│   ├── assets/      # images, icons, etc.
│   ├── components/  # common components - header, footer, sidebar, etc.
│   ├── layouts/     # layout containers
│   ├── scss/        # scss styles
│   ├── router       # routes config
│   └── store        # template state example 
│   ├── views/       # application views
│   ├── _nav.js      # sidebar navigation config
│   ├── App.vue
│   ├── ...
│   └── main.js
│
└── package.json

Documentation

The documentation for the CoreUI Admin Template is hosted at our website CoreUI for Vue

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI Free Admin Template is maintained under the Semantic Versioning guidelines.

See the Releases section of our project for changelogs for each release version.

Creators

Łukasz Holeczek

CoreUI team

Community

Get updates on CoreUI's development and chat with the project maintainers and community members.

Copyright and License

copyright 2021 creativeLabs Łukasz Holeczek.

Code released under the MIT license. There is only one limitation you can't can’t re-distribute the CoreUI as stock. You can’t do this if you modify the CoreUI. In past we faced some problems with persons who tried to sell CoreUI based templates.

Support CoreUI Development

CoreUI is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by buying CoreUI Pro Version.

We're also open to conversations regarding custom sponsorship / consulting arrangements. Get in touch on Twitter.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].