0.1.2 • Published 7 years ago

aurelia-json-debugger v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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 ...