Skip to content
Snippets Groups Projects
Commit e59401ce authored by V S Tharunika's avatar V S Tharunika
Browse files

added vuetify

parent 8232deb8
No related branches found
No related tags found
No related merge requests found
......@@ -14902,6 +14902,11 @@
"integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==",
"dev": true
},
"vuetify": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.4.0.tgz",
"integrity": "sha512-FBFAtg1ZnNwDBhMzENCzgh0hBV+HMjXejrxeRQqTfKPojKQSQFswtdHatUPmlkArDulZC73GRs2F/IwdF48o5g=="
},
"watchpack": {
"version": "1.7.5",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz",
......
......@@ -16,7 +16,8 @@
"dependencies": {
"axios": "^0.21.1",
"vue": "^2.5.2",
"vue-router": "^3.0.1"
"vue-router": "^3.0.1",
"vuetify": "^2.4.0"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
......
......@@ -3,9 +3,13 @@
import Vue from 'vue'
import App from './App'
import router from './router'
import Vuetify from 'vuetify'
import 'vuetify/dist/vuetify.min.css'
Vue.config.productionTip = false
Vue.use(Vuetify)
/* eslint-disable no-new */
new Vue({
el: '#app',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment