Update packages

This commit is contained in:
simon987
2019-04-07 12:38:40 -04:00
parent 797fae9ec1
commit fc431e5346
33 changed files with 3382 additions and 2605 deletions

22
ui/src/App.vue Normal file
View File

@@ -0,0 +1,22 @@
<template>
<div id="app">
<router-view/>
</div>
</template>
<script>
export default {
name: 'App'
}
</script>
<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>