@qikdev/vue-ui

0.2.218 • Public • Published

Qik Vue UI Kit

UI Kit Documentation | SDK Documentation | REST API Documentation | Website

Usage

For use in Vue 3 projects where you want to use the Qik UI features and elements. This should be used in conjunction with the Qik Javascript SDK.

Installation

npm install @qikdev/vue-ui --save

Getting Started

// Import the Qik sdk
import Qik from '@qikdev/sdk';

//Import the Qik module
import { QikUI, Selection, Device } from '@qikdev/vue-ui';


// Import and create a Vue Application
import { createApp } from 'vue'
import App from './App.vue'
const app = createApp(App)

// Create an instance of the SDK
const sdk = new Qik({
    apiURL: 'production',
});


// Initialise the UI kit
app.use(QikUI, sdk);

// Mount your app
app.mount('#app')

Readme

Keywords

Package Sidebar

Install

npm i @qikdev/vue-ui

Homepage

qik.dev

Weekly Downloads

187

Version

0.2.218

License

ISC

Unpacked Size

4.8 MB

Total Files

8

Last publish

Collaborators

  • cadeembery