README
Trio
A framework for building structure, efficient application with web component.
Documentation
See Trio's Documentation in the Wiki
Using Trio
You can acquire Trio using npm:
npm install trio
or simply download it from [here][files] and insert it as a script tag. [files]: https://github.com/trio-dev/Trio/tree/release-0.2.0/dist
Developing for Trio
Installing dependencies (from within root directory)
npm install
Testing
gulp test
Building
# Build once
gulp build --env [development or production]
# Build continuously
gulp watch --env [development or production]