All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skeleton.client.src.main.js Maven / Gradle / Ivy

The newest version!
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