If you’re looking for a superbly designed responsive template, the Morioh Theme built with Bootstrap 4, HTML5, and Vue.js is your answer! This guide takes you through the steps to integrate the Morioh theme into your project seamlessly.
Quick Start
Getting Morioh running on your project is as easy as pie! You can either use a CDN or install it via NPM or Yarn. Let’s break down the options:
- Using CDN: Simply add the following lines into your HTML file:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/morioh/dist/css/morioh.min.css">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-alpha1/dist/js/bootstrap.min.js"></script>
npm install moriohyarn install moriohSetting Up Your Starter Template
To lay down the foundation of your project, ensure that your HTML file includes the latest design standards. Here’s an exemplary starting template:
<!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/jquery@3.5.1/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-alpha1/dist/js/bootstrap.min.js"></script>
</body>
</html>
Understanding the Template
Think of your HTML document as a house under construction. The <!doctype html> declaration is like the architecture blueprint, providing instructions on how the house should be constructed. The <html lang="en"> tag sets the language of your home, welcoming everyone to your abode. The <head> section contains all essential features that ensure your house functions well — like wiring for safety (meta tags) and a beautiful exterior (CSS). The <body> section is where the real charm lies, where you can display art (content) that everyone can admire! The optional JavaScript adds life to your structure, turning it from a static display into a vibrant home!
Troubleshooting Tips
If you encounter any bumps in the road, here are a few troubleshooting tips:
- Ensure all scripts and links are correctly referenced, as a missing link is like forgetting a window in your house!
- Check if you have a stable internet connection, as CDNs require connectivity to fetch resources.
- If Bootstrap components aren’t behaving as expected, verify if jQuery and Popper.js are correctly included before Bootstrap’s script — think of them as the supporting pillars of your house.
- For more insights, updates, or to collaborate on AI development projects, stay connected with fxis.ai.
Stay Connected
To continue receiving updates about the development of Morioh, consider following these resources:
- Follow @codek_tv and @im_a_developer on Twitter.
- Join the official Discord room.
At fxis.ai, we believe that such advancements are crucial for the future of AI, as they enable more comprehensive and effective solutions. Our team is continually exploring new methodologies to push the envelope in artificial intelligence, ensuring that our clients benefit from the latest technological innovations.

