UNPKG

@mee4dy/crud

Version:

Create a backend and frontend in 5 minutes! With our powerful full stack crud system, customize it to suit you.

9 lines (7 loc) 159 B
import path from 'path'; /** * Nuxt module */ export default function nuxtCrudUI(moduleOptions) { this.addPlugin(path.resolve(__dirname, 'plugin.js')); }