react-lightning

v0.3.0
A React custom renderer implementation targeted to Salesforce Lightning Component development

prepublish

npm run build

build

npm-run-all build:es5 build:module

build:es5

babel src -d lib

build:module

BABEL_ENV=module babel src -d module

build:example

webpack --config example/webpack.config.js

flow

flow

deploy:example:pkg

jsforce-deploy -u ${SF_USERNAME} -p ${SF_PASSWORD} -D example/package

deploy:example

npm-run-all build:example deploy:example:pkg
npm i react-lightning

Metadata

  • MIT
  • Whatever
  • Shinichi Tomita
  • released 2/27/2018

Downloads