All Projects → Morioh-Lab → morioh

Morioh-Lab / morioh

Licence: MIT license
Morioh Responsive Template with Bootstrap 4, HTML5 and Vue.js

Programming Languages

HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to morioh

Vuestic Admin
Free and Beautiful Vue 3 Admin Template
Stars: ✭ 8,398 (+6957.14%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+19468.07%)
Mutual labels:  responsive, admin-dashboard, admin-template
Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (+860.5%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+196.64%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
Light Blue Dashboard
🔥 Free and open-source admin dashboard template built with Bootstrap
Stars: ✭ 110 (-7.56%)
Mutual labels:  responsive, admin-dashboard, admin-template
Vuetify Admin Dashboard
A Crud Admin panel made from Vue js and Vuetify
Stars: ✭ 481 (+304.2%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
Shards Dashboard React
⚛️A free and beautiful React admin dashboard template pack.
Stars: ✭ 1,268 (+965.55%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+2379.83%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
Lightning Admin Angular
A mobile first design of a responsive admin template built with angular and bootstrap
Stars: ✭ 107 (-10.08%)
Mutual labels:  responsive, admin-dashboard, admin-template
Gentelella
Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!
Stars: ✭ 100 (-15.97%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
Coreui Free React Admin Template
CoreUI React is a free React admin template based on Bootstrap 5
Stars: ✭ 3,573 (+2902.52%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
Basix Admin
Get Free and Premium Vue.js Bootstrap v4 Admin Dashboard Templates
Stars: ✭ 138 (+15.97%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
Deskapp
DeskApp Admin is a free to use Bootstrap 4 admin template.
Stars: ✭ 296 (+148.74%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (+479.83%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
Bootstrapadmin
Bootstrap 4 admin template.
Stars: ✭ 273 (+129.41%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
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 (+900.84%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
nextjs-admin-template
Free admin dashboard template based on Next.Js with @paljs/ui component package
Stars: ✭ 266 (+123.53%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
lightence-admin
Free and easy-to-use admin template based on React 17+
Stars: ✭ 337 (+183.19%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
Bootstrap Simple Admin Template
The most reliable HTML, CSS, and JavaScript simple admin template for developing responsive, mobile first web applications on the web.
Stars: ✭ 92 (-22.69%)
Mutual labels:  admin-dashboard, admin-template, admin-panel
Adminlte
AdminLTE - Free admin dashboard template based on Bootstrap 4
Stars: ✭ 40,112 (+33607.56%)
Mutual labels:  admin-dashboard, admin-template, admin-panel

Gitpod ready-to-code

Morioh Theme: Responsive Template with Bootstrap 4, HTML5 and Vue.js

Morioh Responsive Template with Bootstrap 4, HTML5 and Vue.js

Morioh Responsive Template with Bootstrap 4, HTML5 and Vue.js

Preview and Guide

Morioh Html5 Preview

Quick start

Looking to quickly add Morioh to your project? Use CDN, provided for free by the folks at UNPKG.

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/morioh/dist/css/morioh.min.css">

OR

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/morioh/dist/css/morioh.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>

NPM

npm install morioh

Yarn

yarn install morioh

Starter template

Be sure to have your pages set up with the latest design and development standards. That means using an HTML5 doctype and including a viewport meta tag for proper responsive behaviors. Put it all together and your pages should look like this:

<!doctype html>
<html lang="en">
    <head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <!-- Morioh CSS -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/morioh/dist/css/morioh.min.css">

    <title>Hello, world!</title>
    </head>
    <body>
    <h1>Hello, world!</h1>

    <!-- Optional JavaScript -->
    <!-- jQuery first, then Popper.js, then Bootstrap JS -->
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
    </body>
</html>

Community

Stay up to date on the development of Morioh and reach out to the community with these helpful resources.

Follow @codek_tv and @im_a_developer on Twitter.

Join the official Discord room: https://discord.gg/sqxU6un.

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].