# NPM npm install xross-vue # Yarn yarn add xross-vue
import { createApp } from 'vue' import Xross from 'xross-vue' createApp.use(Xross)