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 (7 loc) 263 B
const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true, outputDir: "../Scripts/client-app/", publicPath: "/DesktopModules/<%= friendlyName %>/Scripts/client-app/", filenameHashing: false })