2.0.2-beta-4 • Published 4 years ago

@orchestra/orxapi.widgets.framework v2.0.2-beta-4

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
4 years ago

orxapi.widgets.framework

Getting Started

If you haven't used NodeJs before, be sure to have install the LTS version on your desktop ! Check your version with this command:

node -v
v12.16.1

DEVELOPMENT

Testing

  • npm install
  • npm run build:standalone-for-test
  • edit components/standaloneComponents.tsx to add new components
  • each update of code need a npm run build:standalone-for-test to be used
  • open index.html in browser to show component

Deployment

  1. commit everything
  2. npm run build
  3. for a beta test deployment: npm version XXX-bata-Y (where XXX is the next patch version & Y is the next beta version, ex actual version is 2.0.0, beta test version will be 2.0.1-beta-1)
  4. for production deployment: npm version patch for a patch; npm version minor for a minor; npm version major for a major
  5. in any case npm publish

Installation

npm install orxapi.widgets.framework --save

Dependencies to install

Usage

SELECT

TODO

INPUT

TODO

2.0.2-beta-3

4 years ago

2.0.2-beta-4

4 years ago

2.0.2-beta-1

4 years ago

2.0.2-beta-2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago