Skip to content

Latest commit

 

History

History
 
 

prototyping

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Prototyping plugin

With this plugin users can build interactive prototypes like in InVision or Overflow. Very comprehensive example for a lot of SDK capabilities, including experimental features.

Install and play Prototyping plugin for your user by this link:

https://miro.com/oauth/authorize/?response_type=token&client_id=3074457346759443169&redirect_uri=/

This plugin was created for demo purpose, it does not ready for production usage.

How feature works

How to build

  • Run npm install
  • Run npm run build or npm run watch to compile app
  • Run http-server in dist folder: http-server -p 8081
  • Run ngrok for https: ngrok http 8081
  • Replace APP_ID in config file to your App ID. You can get App Id in app settings.
  • Get https url from ngrok and paste it in iframe url in your app settings.