1.2.1 • Published 6 years ago

chipsgg-client v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago