Skip to content

Simple client transport abstraction for the chips development platform.

License

Notifications You must be signed in to change notification settings

tacyarg/chipsgg-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple client transport abstraction for the chips development platform.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published