JSFiddle - React, Tailwind, and code Playground
by samuelog
JavaScript
// The Vue build version to load with the `import` command
with an alias.
import Vue from 'vue'
import App from './App'
import store from './store'
Vue.config.productionTip = false
/* eslint-disable no-new */
new Vue({
el: '#app',
template: '<App/>',
store,
components: { App }
})