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

16 lines (14 loc) 276 B
import actions from './actions'; import getters from './getters'; import mutations from './mutations'; export const global = { namespaced: true, state: { sidebar_open: true, dropdown_open: false, expanded_menu: false, }, actions, getters, mutations }