aurelia-json-debugger
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

aurelia-json-debugger

An quick and easy way to debug JSON objects in Aurelia.

To build the code, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
  2. Ensure that Yarn is installed. This provides a secure way to get fast the same packages.
  3. [Optional] Install Aurelia-cli. You can run all tasks through it.
  yarn install
  1. To build the plugin, you can now run:
  yarn run plugin:build
  #or
  au plugin-build
  1. You will find the compiled code in the dist folder, available in three module formats: AMD, CommonJS and ES6.

  2. See aurelia_project/tasks folders for other tasks related to generating the docs, linting, tests ...

Dependents (0)

Package Sidebar

Install

npm i aurelia-json-debugger

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • jpbeakyn