UNPKG

@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 (11 loc) 234 B
/** * This would be the home of our stores. */ import { global } from './global/store'; // Add new store. Don't remove this line export default { modules: { global, // export new store. Don't remove this line }, };