For the time being, we do NOT offer any tutorials or any other materials on how to integrate aConic admin with any CMS, Web Application Frameworks (including Angular, Vue, React, etc.) or any other similar technology. However, since aConic admin is a static HTML/CSS and JS template, then it should be compatible with any backend technology and frameworks.
aConic admin follows a simple and easy to customize coding structure. Here is the sample for your reference:
<!doctype html>
<html>
<head>
<!-- title -->
<meta charset="utf-8">
<!-- description -->
<meta name="description" content="">
<!-- keywords -->
<meta name="keywords" content="">
<!-- favicon -->
<!-- theme css -->
<!-- bootstrap icons css -->
</head>
<body>
<!-- start header -->
<header>
...
</header>
<!-- end header -->
<!-- start content- ->
<section>
...
</section>
<!-- end content -->
<!-- start footer -->
<footer>
</footer>
<!-- end footer -->
<!-- js & css library -->
</body>
</html>