码迷,mamicode.com
首页 >  
搜索关键字:yeoman    ( 134个结果
yeoman错误提示
运行 yo angular 出现如下提示:$ yo angular grunt-cli: The grunt command line interface. (v0.1.9) Fatal error: Unable to find local grunt. If you're se...
分类:其他好文   时间:2015-04-12 16:06:53    阅读次数:125
yeoman运行grunt serve 提示错误
今天在使用 yeoman 的时候,当我运行 grunt serve 命令的时候,出现如下提示:1、Error: Cannot find module 'load-grunt-tasks'$ grunt serveLoading "Gruntfile.js" tasks...ERROR>> Error...
分类:其他好文   时间:2015-04-12 14:48:48    阅读次数:325
mac更新node
今天在用 yeoman 的时候,提示对 npm 和 node 的版本有要求,为了决绝以后遇到的一些类似的问题,我决定定期对 node 和 npm 进行更新。npm的更新:$ sudo npm install -g npm node的更新:# 清除 npm 缓存$ sudo npm cache cl....
分类:系统相关   时间:2015-04-11 19:17:51    阅读次数:133
angularjs实现IOS8自带计算器
最近看到一则面试题目,要求使用angularjs实现一个计算器,利用放假时间实现了一个仿iOS8风格的计算器,功能基本和iOS自带的计算器是一致的。查看demo,接着给出实现过程。首先创建angularjs的基本项目就不说了,最好是利用yeoman这个脚手架工具直接生成,如果没有该环境的,当然也可以...
分类:移动开发   时间:2015-04-07 00:39:18    阅读次数:2493
frontend learning site
CORS http://caniuse.com/#search=corsFoundation http://foundation.zurb.com/docs/sass.htmlD3 http://d3js.org/Generator https://github.com/yeoman/generat...
分类:其他好文   时间:2015-04-03 14:50:15    阅读次数:108
用MeanJS和Yeoman生成器生成【翻译】
One of my favorite things with Yii is the Gii (Generator).关于Yii(php框架)我喜爱的事情之一是Gii(生成器)Global Information Infrastructure。With a few clicks I could sim...
分类:Web程序   时间:2015-03-19 16:07:46    阅读次数:197
Yeoman - scaffold JavaScript Web Application
Yeoman - scaffold JavaScript Web Application (setup new JavaScript web app quickly)
分类:移动开发   时间:2015-03-16 20:57:52    阅读次数:165
自己写的一个Yeoman的Generator-Require-Angularjs
Yeoman是一个常见的工作流,能够很方面的搭建属于自己的脚手架。这段时间我用闲暇时间写了一个Generator来玩了一下,这个Generator的主要目的是快速建立一个RequireJS+AngularJS的项目。当前进度版本:0.0.1功能:初始化项目,快速添加控制器,添加路由信息下一步:增加指...
分类:Web程序   时间:2015-03-09 16:02:35    阅读次数:123
关于window下rNode.js的本地包路径过长,导致一些功能无法使用
下午安装Yeoman的angular-generator时候,安装完成后我创建一个angular项目,但是运行yo angular angularProject这句命令的时候确报了一个错,错误的内容就是下面这You don't seem to have a generator with the na...
分类:Windows程序   时间:2015-01-24 00:17:18    阅读次数:399
前端自动化
1. yeoman npm install –g yo 2. generator npm install –g generator-angular mkdir yo-in-action cd yo-in-action mkdir angular-in-action cd angular-in-aci...
分类:其他好文   时间:2015-01-22 14:57:04    阅读次数:123
134条   上一页 1 ... 9 10 11 12 13 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!