Skip to content
/ t3js Public
forked from box/t3js

A minimal component-based JavaScript framework

License

Notifications You must be signed in to change notification settings

Ferdov/t3js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See Documentation

Building T3

Clone the repo:

git clone https://gitenterprise.inside-box.net/Box/T3.git

Install the grunt-cli globally:

sudo npm install -g grunt-cli

Install dependencies:

cd T3 && npm install

Build concatenated file (dist/t3-<version>.js) and docs (doc/index.html):

grunt build

Developing

Lint and run unit tests:

grunt

About

A minimal component-based JavaScript framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.4%
  • HTML 1.6%