UNPKG

vue-code-highlight

Version:

> Beautiful code syntax highlighting as Vue.js component.

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