@shagital/adonisjs-crud-generator
Version:
Adonisjs Admin Panel Generator is a package that helps you quickly scaffold your typical CRUD admin interfaces. It generates the admin panel code based on the existing (migrated) table in the database
15 lines (14 loc) • 400 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>V-Dashboard</title>
<meta property="og:image" content="https://og-image.vercel.app/V-Dashboard.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="src/main.js"></script>
</body>
</html>