0
0
mirror of https://github.com/vx3r/wg-gen-web.git synced 2025-09-11 12:24:27 +00:00

refactor backend and frontend, migrate structs, organize front view, add mtu

This commit is contained in:
vx3r
2020-02-19 16:19:16 +09:00
parent 6cafb97e31
commit 0aad10cb63
19 changed files with 1085 additions and 735 deletions

View File

@ -1,13 +0,0 @@
import Vue from 'vue'
import VueAxios from 'vue-plugin-axios'
import axios from 'axios'
export const myVar = 'This is my variable'
// https://www.npmjs.com/package/vue-cli-plugin-vuetify
Vue.use(VueAxios, {
axios,
config: {
baseURL: process.env.VUE_APP_API_BASE_URL || '/api/v1.0',
},
});

View File

@ -2,7 +2,7 @@ import Vue from 'vue'
import moment from 'moment';
import VueMoment from 'vue-moment'
moment.locale('es');
moment.locale('en');
Vue.use(VueMoment, {
moment