216k155 / luxcore-lib

luxcore project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luxcore Library

A pure and powerful JavaScript LUX library.

Get Started

npm install luxcore-lib
bower install luxcore-lib

Security

We're using luxcore-lib in production, but please use common sense when doing anything related to finances! We take no responsibility for your implementation decisions.

Contributing

Please send pull requests for bug fixes, code optimization, and ideas for improvement.

Building the Browser Bundle

To build a luxcore-lib full bundle for the browser:

gulp browser

This will generate files named luxcore-lib.js and luxcore-lib.min.js.

Development & Tests

git clone https://github.com/216k155/luxcore-lib
cd luxcore-lib
npm install

Run all the tests:

gulp test

You can also run just the Node.js tests with gulp test:node, just the browser tests with gulp test:browser or create a test coverage report (you can open coverage/lcov-report/index.html to visualize it) with gulp coverage.

License

About

luxcore project

License:Other


Languages

Language:JavaScript 100.0%Language:HTML 0.0%