UNPKG

scatter-styles

Version:

GetScatter Ltd. standard styles for use in internal and external projects. Better to standardize than to fracture.

9 lines (6 loc) 136 B
import Vue from 'vue' import App from './App.vue' Vue.config.productionTip = false new Vue({ render: h => h(App), }).$mount('#app')