Skip to content

inversoft/prime.js

Repository files navigation

Prime JavaScript

Prime JS is an Object Oriented namespaced JavaScript library. Welcome to the Prime JavaScript Framework. Visit the project website or the wiki for additional information.

Note: This project uses the Savant build tool, for more information checkout the savant-core project.

Downloading

Released versions can be downloaded from the Savant Repository.

Setup

npm install -g gulp
npm install

Build

gulp

Testing

gulp test

If you just want to know if the tests complete successfully you can call gulp fastTest instead. This will run all 4 variations of prime.js in parallel and cuts time down to ~25% of of the slow test. The drawback is it won't be clear which file had the exception if something goes wrong.

Build output

Builds for EcmaScript5 for wide browser support and EcmaScript6 are provided

./build/Prime.css
./build/Prime.js
./build/PrimeES6.js

About

Prime JS is a different kind of JavaScript framework. Prime is written in 100% standard, explicit, and namespaced Object Oriented JavaScript.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published