0.0.1 • Published 4 years ago

viacheck-temporal-account-credit v0.0.1

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

Welcome to component viacheck-temporal-account-credit!

Hi! This's a guide where you can get technical information about the component.

Temporal Account Credit

Libraries required on the father

Important: these libraries are required on the component where you install this package

Install

  • npm i @viamericas/viacheck-temporal-account-credit

Parameters

you can see the example in the folder dev-test file with his parameters

Implement

The example of implementation is on test-dev folder file app.js

Development

To see the component working you can run the command npm run start:dev by default the solution compile the component and shows in 9000 port

Test

Currently we have to commands to test the aplication, both shows the same result:

Test

The difference is the first (npm run test) run once the test and it is used in the push git command, and the second (npm run test:w) run on mode watch that mean it is listening changes in the application.

Build

  • npm run start and npm run start:source creates the build file without ofuscation, you can read easly
  • npm run build it is the build on production mode, must be run before publish the package

Validate weight of package

you can run the next commands to see the result of the bundle :

  • npm run build:debug
  • npm run analizedependences