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).

8 lines (6 loc) 150 B
import vuetify from './vuetify' import 'vuetify/dist/vuetify.min.css'; export function registerPlugins(app) { app .use(vuetify) }