UNPKG

internal-client

Version:

## Project setup ``` npm install ```

12 lines (9 loc) 250 B
import Vue from 'vue'; import registerPlugins from '@rscollabs/rs-core-library/src/plugins'; import App from './App.vue'; import router from './router'; registerPlugins(Vue); new Vue({ router, render: (h) => h(App), }).$mount('#internal-app');