1.2.1 • Published 5 years ago

chipsgg-client v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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()
1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago