0.0.8 • Published 6 months ago

@beegoodit/cmor-client-vue v0.0.8

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

CMOR Client Vue

Installation

Add it to your package:

#> npm install @beegoodit/cmor-client-vue

Import and use it:

/* src/main.js */
import cmorClientVue from '@beegoodit/cmor-client-vue';
import '@beegoodit/cmor-client-vue/dist/style.css'

const app = createApp(App).use(cmorClientVue, {
  api: {
    baseUrl: import.meta.env.VITE_BACKEND_BASE_URL,
    token: import.meta.env.VITE_BACKEND_API_TOKEN
  }
})

Usage

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

8 months ago

0.0.1

8 months ago