Socket
Socket
Sign inDemoInstall

@juspay/mystique

Package Overview
Dependencies
2
Maintainers
70
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @juspay/mystique

Javascript framework for building platform independent apps.


Version published
Weekly downloads
2
increased by100%
Maintainers
70
Install size
373 kB
Created
Weekly downloads
 

Readme

Source

Mystique / DUI

Javascript framework for building platform independent apps.

Get the SDK for:

  • Android

Soon for other platforms.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Depending upon weather you are using it for Android or IOS or Web you may have to make "Android" or "IOS" or "Web" global variable available. This will ensure the right platform gets the necessary commands from the JS engine (Web view/browser).

Installing

  1. Install the node modules.
npm install
  1. Running the webpack dev server during development.
npm start

The server should be running on http://localhost:8080

Building

If you want to generate index_bundle.js for shipping with your android/ios application. Then you can build it with this command.

npm run compile

The files will be written to dist

Examples

See the example in demo.

License

This project is licensed under the AGPL License - see the LICENSE file for details.

Copyright (c) 2012-2017 juspay.in

Contributing

See the CONTRIBUTING.md file for details.

FAQs

Last updated on 20 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc