diff --git a/src/App.vue b/src/App.vue deleted file mode 100644 index f64b9c6..0000000 --- a/src/App.vue +++ /dev/null @@ -1,29 +0,0 @@ - - - - - diff --git a/src/app/app.scss b/src/app/app.scss new file mode 100644 index 0000000..fe34ebc --- /dev/null +++ b/src/app/app.scss @@ -0,0 +1,9 @@ +#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; +} diff --git a/src/app/app.ts b/src/app/app.ts new file mode 100644 index 0000000..bcd850c --- /dev/null +++ b/src/app/app.ts @@ -0,0 +1,9 @@ +import {Component, Vue} from 'vue-property-decorator'; + +@Component({ + components: {}, +}) +class App extends Vue +{ + +} diff --git a/src/app/app.vue b/src/app/app.vue new file mode 100644 index 0000000..1a54b9d --- /dev/null +++ b/src/app/app.vue @@ -0,0 +1,8 @@ + + + +