chipsgg-client

1.2.1 • Public • Published

chipsgg-client

Simple client abstraction for the chipsgg development platform.

ChipsGG([SOCKET_URL], [AUTH_URL])

Below is an example of how the client library can be initialized with vuejs.

import Vue from 'vue'
import App from './App.vue'
import router from './router'
import ChipsGG from 'chipsgg-client'

const Start = async () => {
  const props = await ChipsGG()

  return new Vue({
    router,
    render: createElement =>
      createElement(App, {
        props,
      }),
  }).$mount('#app')
}

Start()

Readme

Keywords

none

Package Sidebar

Install

npm i chipsgg-client

Weekly Downloads

2

Version

1.2.1

License

MIT

Unpacked Size

5.12 kB

Total Files

12

Last publish

Collaborators

  • tacyarg