forked from FoundKeyGang/FoundKey
wip
This commit is contained in:
parent
a45d2b2293
commit
24478a060e
2 changed files with 7 additions and 2 deletions
|
@ -172,6 +172,8 @@
|
||||||
"uglifyjs-webpack-plugin": "1.1.8",
|
"uglifyjs-webpack-plugin": "1.1.8",
|
||||||
"uuid": "3.2.1",
|
"uuid": "3.2.1",
|
||||||
"vhost": "3.0.2",
|
"vhost": "3.0.2",
|
||||||
|
"vue": "^2.5.13",
|
||||||
|
"vue-router": "^3.0.1",
|
||||||
"web-push": "3.2.5",
|
"web-push": "3.2.5",
|
||||||
"webpack": "3.10.0",
|
"webpack": "3.10.0",
|
||||||
"websocket": "1.0.25",
|
"websocket": "1.0.25",
|
||||||
|
|
|
@ -7,11 +7,14 @@ declare const _LANG_: string;
|
||||||
declare const _HOST_: string;
|
declare const _HOST_: string;
|
||||||
declare const __CONSTS__: any;
|
declare const __CONSTS__: any;
|
||||||
|
|
||||||
import * as riot from 'riot';
|
import Vue from 'vue';
|
||||||
|
import VueRouter from 'vue-router';
|
||||||
|
|
||||||
|
Vue.use(VueRouter);
|
||||||
|
|
||||||
import checkForUpdate from './common/scripts/check-for-update';
|
import checkForUpdate from './common/scripts/check-for-update';
|
||||||
import mixin from './common/mixins';
|
import mixin from './common/mixins';
|
||||||
import MiOS from './common/mios';
|
import MiOS from './common/mios';
|
||||||
require('./common/tags');
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* APP ENTRY POINT!
|
* APP ENTRY POINT!
|
||||||
|
|
Loading…
Reference in a new issue