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

9 lines (7 loc) 149 B
import { createStore } from 'vuex'; export default createStore({ state: {}, mutations: {}, actions: {}, modules: {}, });