skeleton.client.src.main.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vue Show documentation
Show all versions of vue Show documentation
A profile for creating Grails applications with Vue.js
import Vue from 'vue'
import App from './App.vue'
import router from './router'
import './assets/css/bootstrap.css'
import './assets/css/grails.css'
import './assets/css/main.css'
Vue.config.productionTip = false
/* eslint-disable no-new */
new Vue({
el: '#app',
router,
components: { App },
template: ' '
})
© 2015 - 2024 Weber Informatics LLC | Privacy Policy