码迷,mamicode.com
首页 >  
搜索关键字:taobao    ( 1769个结果
node-sass安装不成功的解决方案
npm install cnpm -g --registry=https://registry.npm.taobao.org cnpm install node-sass cnpm install sass-loader 完美解决 ...
分类:其他好文   时间:2018-06-14 21:03:46    阅读次数:128
cnpm安装
安装淘宝npm(cnpm) 1.安装cnpm (1)输入以下命令 1 npm install -g cnpm --registry=https://registry.npm.taobao.org 1 npm install -g cnpm --registry=https://registry.np ...
分类:其他好文   时间:2018-06-14 18:33:48    阅读次数:150
Jenkins + nodejs编译打包nodejs应用
NodeJs的镜像网址:https://npm.taobao.org/mirrors/node/latest-v6.x/一、安装nodejs下载nodes,并安装:#cd/app/service_tools/#wgethttps://npm.taobao.org/mirrors/node/v9.3.0/node-v9.3.0-linux-x64.tar.xz#xz-dnode-v9.3.0-lin
分类:Web程序   时间:2018-06-13 14:41:13    阅读次数:2512
学习Android
为了方便大家学习,准备录制Android基础篇的视频教程, https://item.taobao.com/item.htm?spm=0.7095261.0.0.17a61debAKIDPI&id=571511009847 ...
分类:移动开发   时间:2018-06-13 12:02:14    阅读次数:165
nodejs electron 创建桌面应用
//首先安装cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org //使用cnpm进行安装,使用方法和npm相同 cnpm install electron ...
分类:Web程序   时间:2018-06-13 00:17:32    阅读次数:167
node.js开发环境的搭建
安装软件: 1.node.j下载链接:https://pan.baidu.com/s/1exqoBPs1Re_f73ARoCG8LA 密码:4qqi 2.git 下载链接:https://pan.baidu.com/s/1ueS7tTYUzLgqSSBKTAc-eQ 密码:h5d4 操作步骤: 1. ...
分类:Web程序   时间:2018-06-12 00:11:59    阅读次数:229
私有变量和特权方法
1.定义 私有变量:js的作用域属于函数作用域 ,外部变量不能访问函数内部定义的变量 ,此变量为私有变量 特权方法:有权访问内部私有变量和方法的公有方法 2.定义对象的方式 一是使用Object实例化或者对象表达式 var TaoBao = (function() { // 私有属性 var _to ...
分类:其他好文   时间:2018-06-11 13:46:06    阅读次数:120
webdriver对应版本
1.Chrome浏览器 webdriver下载地址为:http://chromedriver.storage.googleapis.com/index.html (这个更全更多)http://npm.taobao.org/mirrors/chromedriver/ Chrome下载地址为:https ...
分类:Web程序   时间:2018-06-07 13:57:30    阅读次数:2748
vue项目结构搭建
1安装node.js,已集成npm 2.临时使用淘宝镜像 npm --registry https://registry.npm.taobao.org install express 3.install vue-cli 安装依赖包 npm install --g vue-cli 4.使用vue-cl ...
分类:其他好文   时间:2018-06-06 22:17:41    阅读次数:109
在windows环境下安装vue.js
第一步:进入node官网:https://nodejs.org/en/ 进行下载node.js 第二步:创建一个文件夹manageSys保存淘宝镜像 下载淘宝镜像:npm install -g cnpm –registry=https://registry.npm.taobao.org 安装成功,版 ...
分类:Windows程序   时间:2018-06-06 15:34:06    阅读次数:213
1769条   上一页 1 ... 65 66 67 68 69 ... 177 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!