Implement vue-metarial and start with ui

This commit is contained in:
Tim
2021-07-05 02:33:58 +02:00
parent 9b76a4e3ca
commit 239a804c33
10 changed files with 135 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
import axios, { AxiosPromise, AxiosRequestConfig, AxiosResponse } from 'axios'
import {ApiObject, CreateGameObject} from "@/objects/objects";
import {CreateGameObject} from "@/objects/objects";
export default class PerudoApi {
private static baseUrl = 'http://localhost:8000/'