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

Quick start

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

CSS

Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.

<link rel="stylesheet" href="https://unpkg.org/morioh/dist/css/morioh.min.css">
JavaScript

Many of our components require the use of JavaScript to function. Specifically, they require jQuery, Popper.js, and our own JavaScript plugins. Place the following <script> near the end of your pages, right before the closing </body> tag, to enable them. jQuery must come first, then Popper.js, and then our JavaScript plugins.

<script src="https://unpkg.com/jquery@3.4.1/dist/jquery.slim.min.js"></script>
<script src="https://unpkg.com/popper.js@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://unpkg.com/bootstrap@4.4.1/dist/js/bootstrap.min.js"></script>
Using a package manager
npm i morioh
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://unpkg.org/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://unpkg.com/jquery@3.4.1/dist/jquery.slim.min.js"></script>
    <script src="https://unpkg.com/popper.js@1.16.0/dist/umd/popper.min.js"></script>
    <script src="https://unpkg.com/bootstrap@4.4.1/dist/js/bootstrap.min.js"></script>
    </body>
</html>
Resources and credits
  • Bootstrap 4 - Open source front end framework
  • jQuery - Fast, small, and feature-rich JavaScript library
  • Popper.js - Kickass library used to manage poppers
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.