UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

14 lines (11 loc) 244 B
import Vue from 'vue' import App from './App.vue' import './styles/index.scss' import store from './store' import router from './router' Vue.config.productionTip = false new Vue({ store, router, render: (h) => h(App), }).$mount('#app')