2.5.0 • Published 8 years ago

tinyts v2.5.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

tinyts2

Build Status Coverage Status License: MIT

What is TinyTS ?

TinyTS is a front-end web framework based on typescript. TinyTS is very light-weight, only 9.4 kb after gzip compressed.

  • Features
    • Dependency Injection
    • Data Binding
    • Extendible View
  • Project Target
    ECMAScript 5
  • Browser Support

    • modern browser: chrome,firefox,ms edge
    • To support IE(9+):
      + IE 11: add es6-shim polyfill and promise polyfill. + IE 9,10: add es6-sham polyfill and ie11 polyfill. + IE 9: do not support router(you can implement one based on history)

      you can find the polyfill file both in the /libs directory in this project and their own repositories(metioned in next section Libs).

Get started

you can find tinyts documentation here.

Issues

  • not support array proxy in ie 9,10

Libs

Build in local

# clone the repository locally.
git clone https://github.com/narrowizard/tinyts.git
# install node modules
npm install
# run build task with npm
npm run build
# unit test
npm test
2.5.0

8 years ago

2.4.1

9 years ago

2.4.0

9 years ago

2.3.9

9 years ago

1.1.10

9 years ago

1.1.9

9 years ago

2.3.8

9 years ago

2.2.2

9 years ago

2.1.0

9 years ago

1.1.8

9 years ago

2.0.1

9 years ago

1.1.7

9 years ago

2.0.0

9 years ago

1.1.6

9 years ago

1.1.4

9 years ago

1.0.8

9 years ago

1.1.1

10 years ago

1.0.5

10 years ago

1.0.0

10 years ago

0.33.19

10 years ago

0.22.15

10 years ago

0.18.8

10 years ago

0.9.3

10 years ago

0.5.0

10 years ago