几个网站
https://github.com/aurelia/
A next generation JavaScript client framework that leverages simple conventions to empower your creativity.http://ionicframework.com
Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS.http://webpack.github.io
webpack is a module bundler. It packs CommonJs/AMD modules i. e. for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand.https://github.com/stxh/webpack
webpack - Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.
评论(0)