Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import Vue from 'vue'
import Vuetify from 'vuetify'
import 'vuetify/dist/vuetify.min.css'
import colors from 'vuetify/es5/util/colors'
import App from './App.vue'
import router from './router'
import store from './store'
Vue.use(Vuetify, {
theme: {
accent: colors.pink.accent2,
primary: colors.indigo.base,
},
})
Vue.config.productionTip = false
// tslint:disable-next-line:no-unused-expression
new Vue({
components: { App },
el: '#app',
router,
store,
template: '',
})
VTextField,
VForm,
VDivider,
VProgressLinear,
VSnackbar,
VDataIterator,
transitions,
},
directives: {
Resize,
},
iconfont: 'mdi',
theme: {
primary: colors.blue.darken1,
secondary: colors.blue.darken2,
accent: colors.pink.base,
},
});
const white = {
darken1: material.grey.lighten2,
lighten2: material.grey.lighten3,
lighten1: material.grey.lighten2,
}
const black = {
darken1: material.grey.darken2,
lighten2: material.grey.darken2,
lighten1: material.grey.darken3,
}
const scale = [
material.red,
material.pink,
material.purple,
material.deepPurple,
material.indigo,
material.blue,
material.lightBlue,
material.cyan,
material.teal,
material.green,
material.lightGreen,
material.lime,
material.yellow,
material.amber,
material.orange,
material.deepOrange,
white,
black