joanjoantan / pal-nodejs

The NodeJS-based implementation of Aurelia's platform abstraction layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aurelia-pal-nodejs

ZenHub Join the chat at https://gitter.im/aurelia/discuss

This library is part of the Aurelia platform and contains the node-specific implementation of the platform abstraction layer.

To keep up to date on Aurelia, please visit and subscribe to the official blog and our email list. We also invite you to follow us on twitter. If you have questions, please join our community on Gitter or use stack overflow. Documentation can be found in our developer hub. If you would like to have deeper insight into our development process, please install the ZenHub Chrome or Firefox Extension and visit any of our repository's boards.

Platform Support

This library can be used in NodeJS.

Building The Code

To build the code, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
  2. From the project folder, execute the following command:
npm install
  1. Ensure that Gulp is installed. If you need to install it, use the following command:
npm install -g gulp
  1. To build and test the code, you can now run:
npm test
  1. You will find the compiled code in the dist folder in CommonJS module format.

About

The NodeJS-based implementation of Aurelia's platform abstraction layer.

License:MIT License


Languages

Language:TypeScript 89.2%Language:JavaScript 10.8%