started reworking books

This commit is contained in:
Kaibu
2021-09-08 16:15:33 +02:00
parent 68b64ba8e2
commit 9bdcf09f60
8 changed files with 1327 additions and 85 deletions

View File

@@ -0,0 +1,10 @@
import Vue from 'vue'
import App from './CookbookView.vue'
import i18n from '@/i18n'
Vue.config.productionTip = false
new Vue({
i18n,
render: h => h(App),
}).$mount('#app')