Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Cumulocity-IoT/cumulocity-ui-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived -- this repository is archived and is not a valid Cumulocity example anymore

Boilerplate to create a cumulocity ui plugin

  • Make sure you have node.js >6.7 installed
  • Install the Cumulocity CLI globally: npm i cumulocity-tools -g
  • Get the plugin boilerplate here: https://bitbucket.org/m2m/cumulocity-ui-plugin
  • Run c8y install latest
  • Configure the cumulocity.json for application (Select an application name unique in your tenant)
  • Configure the cumulocity.json for plugin (optional)
  • Create the application on your tenant: c8y deploy:app <appname>
  • Run local development server: c8y server
  • Open in browser: http://localhost:9000/apps/
  • Code your plugin. Iterate.
  • Run c8y deploy:app <appname> every time you want to update the app in production

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published