Added: docs page

This commit is contained in:
Molunerfinn
2017-12-11 21:52:14 +08:00
parent cfa360bb09
commit ad986689e5
8 changed files with 497 additions and 17 deletions

7
docs/main.js Normal file
View File

@@ -0,0 +1,7 @@
import Vue from 'vue'
import App from './APP.vue'
import 'melody.css'
new Vue({
render: h => h(App)
}).$mount('#app')