0.0.8 • Published 2 years ago

@beegoodit/cmor-client-vue v0.0.8

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago