UNPKG

generator-upendodnn

Version:

Scaffolds DNN extensions, including Modules (Webforms, SPA, and MVC), Persona Bar, Skin Object, Library, Scheduler, and Hotcakes Commerce projects (based on the generator built by Matt Rutledge).

14 lines (11 loc) 206 B
/** * plugins/index.js * * Automatically included in `./src/main.js` */ // Plugins import router from '../router' export function registerPlugins(app) { app .use(router) }