随笔分类 -  JS框架

摘要:Grunt和Gulp的使用 Grunt的使用新建项目GruntFromEmptyWeb新建TypeScript目录:在TypeScript目录下右键点击,新建javascript类型的Tastes.ts文件。保存后,自动生成Tastes.js文件。再创建一个javascript类型的文件Food.t... 阅读全文
posted @ 2015-06-02 16:09 heavyblog 阅读(924) 评论(0) 推荐(0)
摘要:使用BootStrap进行开发 开始(环境)新建ASP.NET5 Empty、Web API或WebSite的项目。Bootstrap会自动加进项目中。 如果没有加入,可在bower.js中的依赖项中加入bootstrap的内容。 使用以下工具进行安装 Bower:bower install boo... 阅读全文
posted @ 2015-06-02 16:04 heavyblog 阅读(2907) 评论(1) 推荐(0)
摘要:AngularJS入门 什么是AngularJSAngularJSis a modern JavaScript framework from Google commonly used to work with Single Page Applications (SPAs). AngularJS is... 阅读全文
posted @ 2015-06-02 15:54 heavyblog 阅读(306) 评论(0) 推荐(0)