0.2.12 • Published 6 years ago

ninejs v0.2.12

Weekly downloads
39
License
MIT
Repository
github
Last release
6 years ago

NineJS

A library for building single-page websites. It contains a lot of tools to help you build applications.

Installation

npm npm install ninejs

Clone from source control

git clone git@github.com:ninejs/ninejs.git

Getting Started

Inside NineJS you can find the following: (Visit each folder to get more in-context documentation)

  • client: Modules only available in client-side
  • core: Modules to help you build core stuff, such as creating classes in an OOP way, adding to such classes a obj.get('propName') and obj.set('propName', value) behavior, building a boolean expression, etc.
  • css: Module to help you inject CSS in your application. It is best used with dojo toolkit's builder.
  • lib: CLI module for Node.js
  • modules: Tools to help you create NineJS modules and some pre-made modules too.
  • nineplate: turns XML templates (HTML too) into javascript functions that render either DOM nodes or text based on a context parameter. Can be optimized in a Dojo Build.
  • server: modules and classes used to work on server-side (Node.js)
  • ui: Modules and Widgets to help you build your app.

Client side

You can run it on Dojo toolkit without needing anything else but dojo. You can also run it on requirejs but you would need the following:

  • kriskowal/q under the AMD prefix q
  • ded/reqwest under the AMD prefix reqwest

If you run this on node.js those dependencies come already bundled in.

License

NineJS is licensed under the MIT license.

0.2.12

6 years ago

0.2.11

7 years ago

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.11

8 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago