Creacion del proyecto

This commit is contained in:
2020-08-03 18:43:23 -05:00
commit a36b8684b2
17 changed files with 11804 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<template>
<div id="app">
<router-view></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>