CoreUI is free bootstrap admin template

Overview

CoreUI Free Bootstrap Admin Template Tweet

License: MIT

Please help us on Product Hunt. Thanks in advance!

Bootstrap Admin Template

Curious why I decided to create CoreUI? Please read this article: Jack of all trades, master of none. Why Bootstrap Admin Templates suck.

CoreUI is an Open Source Bootstrap Admin Template. But CoreUI is not just another Admin Template. It goes way beyond hitherto admin templates thanks to transparent code and file structure. And if that's not enough, letโ€™s just add that CoreUI consists bunch of unique features and over 1000 high quality icons.

CoreUI offers 6 versions: Bootstrap, Angular, Laravel, React.js, Vue.js, and Vue.js + Laravel.

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 is built on top of Bootstrap 4 and supports popular frameworks.

CoreUI Pro

CoreUI PRO Bootstrap Admin Templates

Default Theme Light Theme Dark Theme
CoreUI Pro Bootstrap Admin Template CoreUI Pro Bootstrap Admin Template CoreUI Pro Bootstrap Admin Template

CoreUI Icons (522 Free icons) - Premium designed free icon set with marks in SVG, Webfont and raster formats.

CoreUI Icons are beautifully crafted symbols for common actions and items. You can use them in your digital products for web or mobile app. Ready-to-use fonts and stylesheets that work with your favorite frameworks.

CoreUI Free Icons

Download CoreUI Free Icons

Installation

Clone repo

# clone the repo
$ git clone https://github.com/coreui/coreui-free-bootstrap-admin-template.git my-project

# go into app's directory
$ cd my-project

# install app's dependencies
$ npm install

Usage

# serve with hot reload at localhost:3000.
$ npm start

# build for production with minification
$ npm run 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:

free-bootstrap-admin-template/
โ”œโ”€โ”€ build/
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ assets/
โ”‚   โ”‚   โ”œโ”€โ”€ brand/
โ”‚   โ”‚   โ”œโ”€โ”€ favicon/
โ”‚   โ”‚   โ”œโ”€โ”€ icons/
โ”‚   โ”‚   โ”œโ”€โ”€ img/
โ”‚   โ”œโ”€โ”€ js/
โ”‚   โ”œโ”€โ”€ pug/
โ”‚   โ”‚   โ”œโ”€โ”€ _layout/
โ”‚   โ”‚   โ”œโ”€โ”€ _partial/
โ”‚   โ”‚   โ”œโ”€โ”€ base/
โ”‚   โ”‚   โ”œโ”€โ”€ buttons/
โ”‚   โ”‚   โ”œโ”€โ”€ icons/
โ”‚   โ”‚   โ”œโ”€โ”€ notifications/
โ”‚   โ”‚   โ”œโ”€โ”€ ...
โ”‚   โ”‚   โ”œโ”€โ”€ index.pug
โ”‚   โ”‚   โ””โ”€โ”€ ...
โ”‚   โ”œโ”€โ”€ scss/
โ”‚   โ”œโ”€โ”€ vendors/
โ”‚   โ””โ”€โ”€ views/
โ”‚       โ”œโ”€โ”€ base/
โ”‚       โ”œโ”€โ”€ buttons/
โ”‚       โ”œโ”€โ”€ css/
โ”‚       โ”œโ”€โ”€ icons/
โ”‚       โ”œโ”€โ”€ notifications/
โ”‚       โ”œโ”€โ”€ ...
โ”‚       โ”œโ”€โ”€ index.html
โ”‚       โ””โ”€โ”€ ...
โ””โ”€โ”€ package.json

Documentation

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

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at http://editorconfig.org.

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

Andrzej Kopaล„ski

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.

Comments
  • Problems running Angular2_Dev

    Problems running Angular2_Dev

    After doing: npm install I get the following:

    Projects\CoreUI-Free-Bootstrap-Admin-Template\Angular2_Dev>npm start
    
    > [email protected] start ..\Projects\CoreUI-Free-Bootstrap-Admin-Template\Angular2_Dev
    > tsc && concurrently "tsc -w" "lite-server"
    
    app/widgets/widgets.component.ts(360,9): error TS1005: ',' expected.
    

    I changed the file widgets.component.ts file:

    elements: { point: { radius: 0 } },
            legend: {
                display: false
            }
    };
    

    Now, I did npm start again and I get:

    > [email protected] start \Projects\CoreUI-Free-Bootstrap-Admin-Template\Angular2_Dev
    > tsc && concurrently "tsc -w" "lite-server"
    
    app/layouts/full-layout.component.ts(3,10): error TS2305: Module '"/Projects/CoreUI-Free-Bootstrap-Admin-Template/Angular2_Dev/node_modules/ng2-bootstrap/ng2-bootstrap"' has no exported member 'DROPDOWN_DIRECTIVES'.
    app/layouts/full-layout.component.ts(4,10): error TS2305: Module '"/Projects/CoreUI-Free-Bootstrap-Admin-Template/Angular2_Dev/node_modules/ng2-bootstrap/ng2-bootstrap"' has no exported member 'TAB_DIRECTIVES'.
    node_modules/ng2-bootstrap/components/utils/components-helper.service.d.ts(45,45): error TS2315: Type 'Type' is not generic.
    node_modules/ng2-bootstrap/components/utils/components-helper.service.d.ts(56,41): error TS2315: Type 'Type' is not generic.
    app/app.module.ts(5,10): error TS2305: Module '"/Projects/CoreUI-Free-Bootstrap-Admin-Template/Angular2_Dev/node_modules/ng2-bootstrap/ng2-bootstrap"' has no exported member 'DROPDOWN_DIRECTIVES'.
    
    confirmed 
    opened by FacundoGFlores 29
  • Breadcrumb - Fixed position with responsive design artefacts

    Breadcrumb - Fixed position with responsive design artefacts

    Hi guys, I wanted to remove main navbar and to use the breadcrumb on main page as kind of a fixed navbar but I have an issue with it when horisontal size is small. There seems to be some interest in keeping breadcrumb fixed since I have found an old issue #214 (and solution)which by now is closed.

    What I did tthe o original solution as implemented in #214, is changed CSS to not add any margin on top, and it works for me, I get the looks and behaviour as I want when I scroll the page: Seen in a screenshot here:

    The problem is when horisontal size is reduced. As layout changes to accomodate for change, the breadcrumb slides down for quite few pixels, and due to it's z-value it cover components below when the view is scrolled. The effect is seen here:

    breadcrdump2

    I was lookiing in style.css to fix it but I don't seem to be able to find where it is defined for small sizes. Any suggestion where to look or how to fix this?

    My changes to breadcrumb-fixed style:

    .breadcrumb-fixed .main {
      /* padding-top: 3.875rem; */
    }
    
    .breadcrumb-fixed .breadcrumb {
      position: fixed;
      /* top: 55px; */
      right: 0;
      left: 0;
      z-index: 1017;
    }
    

    And I also had to add a spacer to push form below the breadcrumb:

    div.spacer {
      font-size: 0;
      height: 50px;
      line-height: 0;
    }
    
    opened by amno1 18
  • getting errors on npm install

    getting errors on npm install

    getting alot of errors when trying to npm install on v3.0.0-rc.0 you can see complete log of this run : https://paste.ubuntu.com/p/dVQv3fS9Gz/ i tried with node V12 and V13 on windows 10 and ubuntu

    opened by KraToS-zz 12
  • Modals behavior

    Modals behavior

    Hey , Im using the Static version of coreui , and i notice that if i create more than one modal , i have to use them in a specific order example:

    create update delete

    the createModal was created first but in order to work ,i must open delete first follow by update only them create will work.

    Anyone got any idea how to fix it.

    sorry if i miss spell some words english is not my native language.

    opened by xirapo 12
  • [BUG] Website builds without icons or functional dropdown menu

    [BUG] Website builds without icons or functional dropdown menu

    The issue is when building the website through npm, the end result is a website without icons or functional dropdown menus:

    Error: https://i.imgur.com/6FJQ9SE.png

    Working: https://i.imgur.com/cHHOVTn.png

    The links are there but they do not function properly as they do in the demo.

    opened by c0fe 11
  • All modals in the doc are broken?

    All modals in the doc are broken?

    Hello,

    directly on the docs here: http://coreui.io/docs/components/modal

    When I click on any demo of a modal, the modal appears with a gray overlay on the full screen making it impossible to click anywhere.

    Tried on: Safari 9 and Chrome 53 on MacOS X.

    Thanks. screen shot 2016-09-23 at 15 42 37

    opened by nicolasblanco 11
  • Thousands of files in node_modules folder

    Thousands of files in node_modules folder

    I followed the installation instructions. There are thausands and thousands of files and folders in the node_modules folder. My development environment freezes and it is impossible to work with.

    coreui

    Is this by design?

    opened by tsegato 10
  • Datatables not support ?

    Datatables not support ?

    I dont know if this bug or just because core-ui not supported datatables yet, but when i try to integrate datatables it seems the style is not worked like this. cap

    opened by dhelazt 10
  • Issues on RTL

    Issues on RTL

    On RTL enabled if you scroll on sidebar the sidebar content will disappear (start to go right as you see in second snapshot left parameter is decreasing). if you click on any menu that has sub items before scrolling it will work fine. It could be fixed by removing. don't know side effects ;)

     .sidebar .sidebar-nav {
        position: relative;
    }
    

    and also sidebar minimizer button position and direction is not correct should be vice versa. coreui

    coreui-flow

    • Win 10
    • Chrome
    • Coreui v2.1.5 (in style.css mentioned version v2.0.12)
    opened by NimaHp 9
  • No scrollbar on load

    No scrollbar on load

    When loading the template first time and expanding some menus there is no scrollbar. This applies for both IE and Chrome. If I scroll down using touch screen the scrollbar appears and I can scroll down. But this means its not possible for users with a pc with no touch screen to scroll down in left navigation bar? coreui01

    bug 
    opened by tsegato 9
  • Uncaught TypeError: Cannot read property 'nodeValue' of null     at coreui.min.js:6

    Uncaught TypeError: Cannot read property 'nodeValue' of null at coreui.min.js:6

    Just Adding to my page in view gives me this error.

    Uncaught TypeError: Cannot read property 'nodeValue' of null at coreui.min.js:6

    I can not run any jquery for my ajax requests.

    Any suggestions?

    opened by aaronfhd 9
  • build(deps): bump minimatch and serve

    build(deps): bump minimatch and serve

    Bumps minimatch to 3.1.2 and updates ancestor dependency serve. These dependencies need to be updated together.

    Updates minimatch from 3.0.4 to 3.1.2

    Commits

    Updates serve from 13.0.4 to 14.1.2

    Release notes

    Sourced from serve's releases.

    14.1.2

    Patches

    • Fix: add missing CLI option to argv parser: #742

    Credits

    Huge thanks to @โ€‹casperx for helping!

    14.1.1

    Patches

    • Infra: move c8 (coverage) to devDeps: #743

    Credits

    Huge thanks to @โ€‹AviVahl for helping!

    14.1.0

    Minor Changes

    • Feat: Add support for PFX or PKCS12 encoded certificates: #708
    • Feat: add request logging: #716

    Patches

    • Docs(readme): add note about using node 14+: #715
    • Tests: add cli unit tests: #719
    • Test: Included tests for verifying SSL hosting: #720
    • Bump serve-handler from 6.1.3 to 6.1.5: #738
    • Add publish workflow: #740

    Credits

    Huge thanks to @โ€‹schemburkar and @โ€‹gamemaker1 for helping!

    14.0.1

    Patches

    • Fix(utilities/cli): use chalk-template to render help message: #713

    Credits

    Huge thanks to @โ€‹gamemaker1 for helping!

    14.0.0

    Overview

    serve has had a major update:

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by vercel-release-bot, a new releaser for serve since your current version.


    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Sidebar Dropdowns Only Expand On Exact URLs

    Sidebar Dropdowns Only Expand On Exact URLs

    The sidebar dropdown containers only open if the URL is exactly the same as the href attribute of a child link.

    For example:

    • Sidebar dropdown child link with href /admin/category = dropdown opens when visiting /admin/category
    • Sidebar dropdown child link with href /admin/category = dropdown does not open when visiting /admin/category/1

    Windows 11/Ubuntu 22 Chrome 107.0.5304.87 HTML/Plain JS Version

    opened by phillmorgan28 0
  • Sidebar nav-dropdown not expanding

    Sidebar nav-dropdown not expanding

    Nav dropdowns are not expanding properly within Sidebar. The nav-group-items elements are available when inspecting but are not visible anywhere on screen. This appears to be prevalent and replicable in the docs example for Sidebar -https://coreui.io/docs/components/sidebar/

    • Windows 10 Enterprise 19044.1889
    • Chrome Version 104.0.5112.102 (Official Build) (64-bit)
    opened by najohnson11936 0
  • Issue changing config and customizing navigation behavior

    Issue changing config and customizing navigation behavior

    Hello,

    CoreUI has some functionnalities that seems to be ignored in the docs. I wanted to apply the active state to some menu entries based on conditions, but the JS kept adding it to other elements as well. So I dig in and find that there is this _setActiveLink function that's called. It's great and usually do all the work needed by itself. And this function acts depending on a config:

    const Default = {
      activeLinksExact: true,
      groupsAutoCollapse: true
    }
    

    I don't see a way for us to change this config, for example to set activeLinksExact to false. Also, there should probably be a way to instruct CoreUI to not mess with classes, so _setActiveLink should be fired conditionally (depending on some sort of config as well).

    Thanks :)

    opened by JerryBels 0
  • Can not change/update sidemenu's icons

    Can not change/update sidemenu's icons

    • Operating system and version: Windows 11
    • Browser and version: Chrome Version 99.0.4844.84 (Official Build) (64-bit)

    Hello, I'm trying to change icons on the sidebar, but with no success. Whenever I change an icon name in _nav.js:

    {
      component: 'CNavItem',
      name: 'Explore',
      to: '/pages',
      icon: 'cil-folder',
    },
    

    the icon 'cil-folder' won't be displayed, whereas all the existing icon, ex. 'cil-notes', works fine. I have a feeling that icons have to be somehow declared/imported before referencing them. Is that true? How to change icons on the sidebar menu??? What I'm missing here?

    Thank you,

    opened by vsirghii 0
Releases(v5.0.0-alpha.0)
  • v4.2.2(Nov 24, 2022)

  • v4.2.1(Sep 1, 2022)

  • v4.1.0(Nov 29, 2021)

  • v4.0.0-beta.2(Jun 14, 2021)

  • v4.0.0-beta.1(May 28, 2021)

  • v4.0.0-beta.0(May 5, 2021)

  • v4.0.0-alpha.1(Mar 11, 2021)

  • v4.0.0-alpha.0(Jan 20, 2021)

  • 3.0.0(Mar 9, 2020)

    Highlights

    • CoreUI components have been prefixed. We decided to add c- prefix to each class to avoid CSS classes collision and isolate CoreUIโ€™s styles and scripts.
    • CoreUI and Bootstrap source code is deeply integrated. We decided to combine Bootstrapโ€™s and our SCSS and JavaScript files. It allows us to build some new features, ex. Theme switcher, and deliver more consistent, lighter code.
    • Removed jQuery in favor of regular JavaScript. CoreUI Library (@coreui/coreui) doesnโ€™t need jQuery anymore. However, some of the third party components we use in our admin templates still require jQuery.
    • New design which goes in hand with modern standards:
      • Elevations system
      • Themes support

    Breaking changes

    • Sidebar Following CSS classes have been changed:

      • sidebar to c-sidebar
      • sidebar-header to c-sidebar-header
      • sidebar-brand to c-sidebar-brand
      • sidebar-nav to c-sidebar-nav
      • sidebar-footer to c-sidebar-footer
      • sidebar-minimizer to c-sidebar-minimizer
      • nav-item to c-sidebar-nav-item
      • nav-link to c-sidebar-nav-link
      • nav-dropdown to c-sidebar-nav-dropdown
      • nav-dropdown-items to c-sidebar-nav-dropdown-items
      • nav-dropdown-toggle to c-sidebar-nav-dropdown-toggle
      • nav-divider to c-sidebar-nav-divider
      • nav-title to c-sidebar-nav-title
    • Header
      Following CSS classes have been changed:

      • app-header to c-header
      • navbar-brand to c-header-brand
      • navbar-toggler to c-header-toggler
      • nav to c-header-nav
      • nav-item to c-header-nav-item
      • nav-link to c-header-nav-link
    • Other Components
      Following CSS classes have been changed:

      • app to c-app
      • app-body to c-body
      • app-footer to c-footer
      • main to c-main
    • Removed aside menu, please use <div class="c-sidebar c-sidebar-right">...</div> instead of.

    Source code(tar.gz)
    Source code(zip)
  • v2.1.15(Jul 12, 2019)

    v2.1.15

    maintenance release
    • fix: babelrc config
    • fix: missing favicon link
    • fix: readme links
    • fix(cards): outdated switch class, add card-header-actions
    • chore(deps): bump lodash to 4.17.14
    dependencies update
    • update: core-js to ^3.1.4
    • update: babel-eslint to ^10.0.2
    • update: @babel/cli to ^7.5.0
    • update: @babel/core to ^7.5.4
    • update: @babel/plugin-proposal-object-rest-spread to ^7.5.4
    • update: @babel/preset-env to ^7.5.4
    • update: autoprefixer to ^9.6.1
    • update: copyfiles to ^2.1.1
    • update: eslint-plugin-compat to ^3.2.0
    • update: postcss-cli to ^6.1.3
    • update: pug to ^2.0.4
    • update: stylelint-order to ^3.0.1
    • update: stylelint-scss to ^3.9.1
    Source code(tar.gz)
    Source code(zip)
  • v2.1.14(Jun 14, 2019)

    v2.1.14

    • fix(main): labelColor callback for CustomTooltips
    • chore: drop @babel/polyfill in favour of [email protected] and regenerator-runtime
    dependencies update
    • update: @coreui/coreui to ^2.1.14
    • update: @coreui/coreui-plugin-chartjs-custom-tooltips to ^1.3.1
    • update: chart.js to ^2.8.0
    • update: core-js to ^3.1.3
    • update: flag-icon-css to ^3.3.0
    • update: jquery to ^3.4.1
    • update: popper.js to ^1.15.0
    • add: regenerator-runtime to ^0.13.2
    • update: @babel/cli to ^7.4.4
    • update: @babel/core to ^7.4.5
    • update: @babel/plugin-proposal-object-rest-spread to ^7.4.4
    • add: @babel/plugin-proposal-throw-expressions to ^7.2.0
    • update: @babel/preset-env to ^7.4.5
    • update: autoprefixer to ^9.6.0
    • update: browser-sync to ^2.26.7
    • update: clean-css-cli to ^4.3.0
    • update: js-beautify to ^1.10.0
    • update: nodemon to ^1.19.1
    • update: node-sass to ^4.12.0
    • update: eslint to ^5.16.0
    • update: eslint-plugin-compat to ^3.1.1
    • update: stylelint to ^10.1.0
    • update: stylelint-config-recommended-scss to ^3.3.0
    • update: stylelint-config-standard to ^18.3.0
    • update: stylelint-order to ^3.0.0
    • update: stylelint-scss to ^3.8.0
    Source code(tar.gz)
    Source code(zip)
  • v2.1.12(Feb 22, 2019)

    v2.1.12

    • chore(build/vendors): removes hash tag from urls in css files #460 - thanks @mgsmus
    • update: @coreui/coreui to ^2.1.7
    • update: bootstrap to ^4.3.1
    • update: core-js to ^2.6.5
    • update: popper.js to ^1.14.7
    • update: @babel/core to ^7.3.3
    • update: @babel/plugin-proposal-object-rest-spread to ^7.3.2
    • update: @babel/preset-env to ^7.3.1
    • update: autoprefixer to ^9.4.8
    • update: eslint to ^5.14.1
    • update: eslint-plugin-compat to ^2.7.0
    • update: nodemon to ^1.18.10
    • update: postcss-cli to ^6.1.2
    • update: stylelint to ^9.10.1
    • update: stylelint-scss to ^3.5.3
    Source code(tar.gz)
    Source code(zip)
  • v2.1.11(Jan 7, 2019)

    v2.1.11

    • fix(collapse): add mb-0 to accordion cards, thanks @ubugnu #449
    • update: @coreui/coreui to ^2.1.5
    • update: bootstrap to ^4.2.1
    • update: core-js to ^2.6.1
    • update: perfect-scrollbar to ^1.4.0
    • update: popper.js to ^1.14.6
    • update: @babel/cli to ^7.2.3
    • update: @babel/core to ^7.2.2
    • update: @babel/plugin-proposal-object-rest-spread to ^7.2.0
    • update: @babel/preset-env to ^7.2.3
    • update: autoprefixer to ^9.4.4
    • update: chalk to ^2.4.2
    • update: eslint to ^5.12.0
    • update: js-beautify to ^1.8.9
    • update: node-sass to ^4.11.0
    • update: nodemon to ^1.18.9
    • update: postcss-cli to ^6.1.1
    • update: rimraf to ^2.6.3
    • update: stylelint to ^9.9.0
    • update: stylelint-scss to ^3.4.4
    Source code(tar.gz)
    Source code(zip)
  • v2.1.10(Nov 27, 2018)

    v2.1.10

    • fix: update nodemon to 1.18.7 (remove vulnerability)
    • update: @coreui/coreui to ^2.1.3
    • update: stylelint-order to ^2.0.0
    • refactor(modals): buttons margin
    Source code(tar.gz)
    Source code(zip)
  • v2.1.9(Nov 27, 2018)

    v2.1.9

    • fix: devDependencies security issues (event-stream, flatmap-stream)
    • chore: dependencies update
      • update npm-run-all to ^4.1.5
      • reinstall nodemon
      npm uninstall nodemon
      npm install --save-dev nodemon
      
    • update: @coreui/coreui to ^2.1.2
    • update: popper.js to ^1.14.5
    • update: @babel/cli to ^7.1.5
    • update: @babel/core to ^7.1.6
    • update: @babel/preset-env to ^7.1.6
    • update: eslint to ^5.9.0
    • update: npm-run-all to ^4.1.5
    • update: shelljs to ^0.8.3
    • update: stylelint to ^9.8.0
    • update: stylelint-scss to ^3.4.0
    Source code(tar.gz)
    Source code(zip)
  • v2.1.8(Nov 5, 2018)

    v2.1.8

    • feat(switches): add disabled switch example
    • fix(switches): missing an ending semicolon
    • fix(switches): add missing <tr>
    • update: @coreui/coreui to 2.0.26
    • update: eslint to 5.8.0
    • update: eslint-plugin-compat to 2.6.3
    • update: node-sass to 4.10.0
    • update: nodemon to 1.18.6
    • update: stylelint to 9.7.1
    Source code(tar.gz)
    Source code(zip)
  • v2.1.7(Oct 25, 2018)

    v2.1.7

    • fix(pug): crossplatform use path.sep instead of / - thanks @vasilevich
    • update: @coreui/coreui to 2.0.21
      • feat(sidebar): mobile clickout behaviour
      • fix(layout): sidebar on mobile issue #23
      • fix: sidebar, sidebar-minimizer rtl ie issues, tweaks
      • refactor(sidebar.js): ps minor cleanup
    • update: flag-icon-css to 3.2.1
    • update: autoprefixer to 9.3.1
    • update: js-beautify to 1.8.8
    • update: postcss-cli to 6.0.1
    • update: stylelint-scss to 3.3.2
    Source code(tar.gz)
    Source code(zip)
  • v2.1.6(Oct 16, 2018)

    v2.1.6

    • fix(cards): smooth collapse card - thanks @MartijnBastiaansen #378
    • fix(header): migrate .divider to .dropdown-divider - thanks @vanam #406
    • chore: build/change-version cleanup
    • docs(readme): fix broken hyperlinks to 6 versions
    • update: @coreui/coreui to 2.0.19
      • fix: transparent is not a valid rgb color ie issue
      • fix(card): rtl for card-header icon margins
      • fix(sidebar): rtl for sidebar-minimizer icon
      • fix(breadcrumb): rtl padding
      • fix(card): rtl float for card-header-actions
      • fix(sidebar): rtl ps scrollbar issue temp fix/refactor
      • feat(sidebar) badge margins for nav-dropdown-toggle
      • fix(scss): add missing light-blue color variable
    • update: chart.js to 2.7.3
    • update: core-js to 2.5.7
    • update: autoprefixer to 9.2.0
    • update: browser-sync to 2.26.3
    • update: eslint to 5.7.0
    • update: eslint-plugin-compat to 2.6.2
    • update: js-beautify to 1.8.7
    • update: node-sass to 4.9.4
    Source code(tar.gz)
    Source code(zip)
  • v2.1.5(Oct 1, 2018)

    v2.1.5

    • update: @coreui/coreui to 2.0.12 fixes some IE11 and rtl issues
    • update: @babel/cli to 7.1.2
    • update: @babel/core to 7.1.2
    • update: eslint to5.6.1`
    • update: foreach-cli to 1.8.1
    Source code(tar.gz)
    Source code(zip)
  • v2.1.4(Sep 27, 2018)

    v2.1.4

    • feat(basic-forms): add missing date-input
    • update: @coreui/coreui to 2.0.11 fixes some IE11 and rtl issues
    • chore: update babel-eslint to 10.0.1
    • chore: update stylelint to 9.6.0
    Source code(tar.gz)
    Source code(zip)
  • v2.1.3(Sep 24, 2018)

    v2.1.3

    • fix(sidebar.pug): split icons/flags li.nav-item
    • update: @coreui/coreui to 2.0.9
    • update: flag-icon-css to 3.2.0
    • update: @babel/cli to 7.1.0
    • update: @babel/core to 7.1.0
    • update: @babel/preset-env to 7.1.0
    • update: eslint to 5.6.0
    • update: js-beautify to 1.8.6
    • update: stylelint-scss to 3.3.1
    Source code(tar.gz)
    Source code(zip)
  • v2.1.2(Sep 5, 2018)

    v2.1.2

    • Update: @coreui/coreui to 2.0.6
    • Update: bootstrap to 4.1.3
    • Update: popper.js to 1.14.4
    • Update: @babel/cli to ^7.0.0
    • Update: @babel/core to ^7.0.0
    • Update: @babel/plugin-proposal-object-rest-spread to ^7.0.0
    • Update: @babel/preset-env to ^7.0.0
    • Update: autoprefixer to ^9.1.5
    • Update: babel-eslint to ^9.0.0
    • Update: browser-sync to ^2.24.7
    • Update: clean-css-cli to ^4.2.1
    • Update: copyfiles to ^2.1.0
    • Update: cross-env to ^5.2.0
    • Update: eslint to ^5.5.0
    • Update: eslint-plugin-compat to ^2.5.1
    • Update: node-sass to ^4.9.3
    • Update: nodemon to ^1.18.4
    • Update: postcss-cli to ^6.0.0
    • Update: shelljs to ^0.8.2
    • Update: stylelint to ^9.5.0
    • Update: stylelint-order to ^1.0.0
    • Update: stylelint-scss to ^3.3.0

    v2.1.1

    • Update: @coreui/coreui to 2.0.3
    • Update: @babel/cli to 7.0.0-beta.53
    • Update: @babel/core to 7.0.0-beta.53
    • Update: @babel/plugin-proposal-object-rest-spread to 7.0.0-beta.53
    • Update: @babel/preset-env to 7.0.0-beta.53
    • Update: babel-eslint to 8.2.6
    • Update: bootstrap to 4.1.2
    • Update: eslint-plugin-compat to 2.5.0
    • Update: nodemon to 1.18.1

    v2.1.0

    • Feat: Add pug support
    • Update: @coreui/coreui-icons to 0.3.0
    • Update: @coreui/coreui to 2.0.3
    • Update: perfect-scrollbar to 1.4.0
    Source code(tar.gz)
    Source code(zip)
Vue Light Bootstrap Dashboard - FREE BOOTSTRAP 4 VUEJS ADMIN TEMPLATE

Vue Light Bootstrap Dashboard Admin dashboard based on light bootstrap dashboard UI template + vue-router This project is a vue version of Light boots

Creative Tim 725 Dec 14, 2022
Responsive Bootstrap 3 Admin Template based on AdminLTE with vue.js

CoPilot is a fully responsive admin template that is forked from AdminLTE. The difference here is that this repo is tailored to use with Vue.js. The U

Gil Ferreira 2.8k Jan 7, 2023
Yukino lets you read manga or stream anime ad-free from multiple sources for free! Available for Windows, Linux, MacOS and Android.

Yukino lets you read manga or stream anime ad-free from multiple sources for free! Available for Windows, Linux, MacOS and Android.

ZYROUGE 203 Dec 19, 2022
Free Online Courses In One Place - TELEUNI allows you to search a wide range of free online courses available on the Internet.

Free Online Courses In One Place - TELEUNI allows you to search a wide range of free online courses available on the Internet.

Risako 4 Jan 3, 2022
zernonia 42 Nov 29, 2022
Vue-quasar-template - Initial template of an app using vuejs and quasar-ui plugin

vue-template Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Li

Joseph 0 Jan 1, 2022
A great way to structure and bootstrap VueJS + Vuetify + API projects

crud-vuetify-structured-template boilerplate ?? A full-featured Vuejs + Vuetify + Great structure project template + API Ready ?? It's using latest Vu

Roger Camargo 23 Nov 4, 2022
Elemes Good-Food-Mood Built with Nuxt js & Bootstrap

Elemes Good-Food-Mood Built with Nuxt js & Bootstrap Workflow Here's workflow when building this website # creating nuxt app $ npx create-nuxt-app goo

Fadillah Aulia Rahman 2 Aug 10, 2022
โœ”๏ธ A simple Todo PWA built with Vue 3 + Vuex + Bootstrap 5.

vue-todo-pwa This project is a simple Todo PWA (Progressive Web App) based on the Vuex TodoMVC example. Perfect to learn the basics about Vue 3, Vuex

David 14 Nov 10, 2022
VUE Countries With Bootstrap

VUE Countries With Bootstrap CANLI UYGULAMA (http://manolya.online/countries/) รœlkeleri listeler, ลŸehirlere gรถre spesifik arama gerรงekleลŸtirebilir. Ar

Alper ร‡รถฤŸรผrcรผ 0 Dec 8, 2021
Example of SPA made with Vue 3 and Bootstrap 5 to create a portfolio from public repos

Lista de Repos en Github Este ejemplo utiliza la API de Github para obtener la i

adrian.larage 0 Dec 22, 2021
Vuetube - a simple project to learn and practice Vue js, Vuex state management, Bootstrap 4, and Firebase

Vuetube is a simple project to learn and practice Vue js, Vuex state management, Bootstrap 4, and Firebase. In this app you can save videos in categories to find them quickly later.

Shafeeq Barram 2 Mar 28, 2022
App that performs CRUD operations in which users can track projects, tasks under projects, total duration of each project and task. Project is being build with Nuxt js 3, Axios, Pinia, Bootstrap 5 and Vue composition API

Nuxt 3 Minimal Starter Look at the nuxt 3 documentation to learn more. Setup Make sure to install the dependencies: # yarn yarn install # npm npm ins

Sergio Terrero 2 Nov 1, 2022
A free service which provides simple access to thousands of video lessons on web developing and programming

Web Learn Web Learn is an open source service which provides simple access to thousands of video lessons on web developing and programming. Developmen

Aleksandr Statciuk 185 Dec 6, 2022
Manage and publish your interactive organization chart (orgchart), 100% free and no install required: just copy a folder to any location

vueOrgChart Organization chart: A complete solution to generate and publish an orgchart without the need of a webserver and database (c) Michael Hoogk

Michael Hoogkamer 286 Dec 1, 2022
Free and Online Accounting Software

Akauntingโ„ข Akaunting is a free, open source and online accounting software designed for small businesses and freelancers. It is built with modern tech

Akaunting 5.8k Jan 5, 2023
A free and open source code snippets manager for developers.

massCode The second version in beta stage is available in the v2 branch, builds are available in the releases A free and open source code snippets man

Anton Reshetov 2k Dec 25, 2022
A Free and Opensource Laravel eCommerce framework built for all to build and scale your business.

A Free and Opensource Laravel eCommerce framework built for all to build and scale your business.

Bagisto 5k Jan 3, 2023
Free and open source text-to-speech software

Electron + vue + ElementUI + jsๅผ€ๅ‘็š„ๆ–‡ๅญ—่ฝฌ่ฏญ้Ÿณ่ฝฏไปถ ไฝฟ็”จๅธฎๅŠฉ: ้‡‡็”จ้˜ฟ้‡Œไบ‘่ฏญ้Ÿณๅˆๆˆๅผ•ๆ“Ž ๅฎ˜็ฝ‘ๅœฐๅ€๏ผšhttps://ai.aliyun.com/nls/tts ไธ€ใ€่ฎพ็ฝฎๅบ”็”จ็ง˜้’ฅ 1.ๆ‰พๅˆฐ่ทฏๅพ„๏ผšsrc\views\Convert\api\alibaba.js 2.ไฟฎๆ”นไปฃ็ 

Larry 1k Dec 27, 2022