1.0.0 • Published 3 years ago
blaze-test v1.0.0
Development/Local running
To start developing this SDK, there are some prerequisites:
- node.js
- npm
They all need to be installed globally.
To develop/run, locally execute the following steps:
1. Install the prerequisites mentioned above.
2. Check out the project from BitBucket
3. Run npm install
4. To run the local server (in dev mode) run npm run serve
npm scripts
npm run serveruns a development server on port 8090npm run build-developmentbuilds development-build(includes source map) in `./dist/npm run build-productionbuilds production-build in `./dist/npm run build-development-testbuilds development-build including an html and js file for testing the development buildnpm run build-production-testbuilds development-build including an html and js file for testing the production buildnpm run eslintruns eslint
Deployment
npm run build-production generates a js bundle which can be used across any app for integrating this SDK.
1.0.0
3 years ago