initial project setup

This commit is contained in:
ori agranat
2019-09-20 09:59:16 +03:00
parent afb7872eb6
commit 79a45f298f
18 changed files with 11965 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import Vue from 'vue';
import Vuetify from 'vuetify/lib';
Vue.use(Vuetify);
export default new Vuetify({
icons: {
iconfont: 'mdi',
},
});