All Projects → inversoft → prime.js

inversoft / prime.js

Licence: Apache-2.0 license
Prime JS is a different kind of JavaScript framework. Prime is written in 100% standard, explicit, and namespaced Object Oriented JavaScript.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to prime.js

consono
The most correct, informative, appealing and configurable variable inspector for JavaScript
Stars: ✭ 17 (+30.77%)
Mutual labels:  javascript-library
node-banner
Easily integrate ASCII flavored banners to your CLI tool
Stars: ✭ 18 (+38.46%)
Mutual labels:  javascript-library
Amino.JS
A powerful JavaScript library for interacting with the Amino API 🌟
Stars: ✭ 25 (+92.31%)
Mutual labels:  javascript-library
rutils
ruitls.js 涵盖了前端开发常用的工具方法,有字符串、数字、数组、缓存、文件等,尽可能的避免前端在开发中重复造轮子
Stars: ✭ 14 (+7.69%)
Mutual labels:  javascript-library
menu-hamburger
🍔 A clean, simple and easy to use library to create a Menu Hamburger
Stars: ✭ 17 (+30.77%)
Mutual labels:  javascript-library
html-to-react
A lightweight library that converts raw HTML to a React DOM structure.
Stars: ✭ 696 (+5253.85%)
Mutual labels:  javascript-library
rottenjs
An all-in-one (2.6kb) Javascript library for web development
Stars: ✭ 15 (+15.38%)
Mutual labels:  javascript-library
html-chain
🔗 A super small javascript library to make html by chaining javascript functions
Stars: ✭ 32 (+146.15%)
Mutual labels:  javascript-library
costa-rica-iban
Funciones utiles para extraer y validar información general de números de cuenta IBAN de Costa Rica
Stars: ✭ 16 (+23.08%)
Mutual labels:  javascript-library
CallofDuty.py
Asynchronous, object-oriented Python wrapper for the Call of Duty API.
Stars: ✭ 86 (+561.54%)
Mutual labels:  object-oriented
example-typescript-package
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
Stars: ✭ 71 (+446.15%)
Mutual labels:  javascript-library
animate
PixiJS runtime library for content from Adobe Animate CC
Stars: ✭ 142 (+992.31%)
Mutual labels:  javascript-library
staballoy
Reactive UI framework for Titanium Alloy
Stars: ✭ 18 (+38.46%)
Mutual labels:  javascript-library
xavier
Xavier is a small object-oriented XML library for Lazarus and Delphi
Stars: ✭ 38 (+192.31%)
Mutual labels:  object-oriented
puddle.js
An ASCII/Node based fluid simulation library.
Stars: ✭ 102 (+684.62%)
Mutual labels:  javascript-library
resizerjs
Simple resizing for flexbox
Stars: ✭ 16 (+23.08%)
Mutual labels:  javascript-library
xGallerify
A lightweight, responsive, smart gallery based on jQuery
Stars: ✭ 52 (+300%)
Mutual labels:  javascript-library
placekey-js
placekey.io
Stars: ✭ 19 (+46.15%)
Mutual labels:  javascript-library
animusjs
🎆 AnimusJS is the solution for combine JS and CSS animations.
Stars: ✭ 42 (+223.08%)
Mutual labels:  javascript-library
iFrameX
Iframe generator with dynamic content injection like HTML, Javascript, CSS, etc. and two ways communication, parent <-> iframe.
Stars: ✭ 18 (+38.46%)
Mutual labels:  javascript-library

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].