draft: refactor project so it sits on top of a standalone app
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import Vue from 'vue';
|
||||
import Setup from './setup.vue';
|
||||
//import 'filter/generic.js'
|
||||
//import 'directive/filedrop.js'
|
||||
|
||||
import GlobalComponents from 'zero/components/globals.js';
|
||||
import Directives from 'zero/directives/globals.js';
|
||||
|
||||
new Vue(Setup).$mount('#application');
|
||||
Reference in New Issue
Block a user