上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 先从github上下载或者clone一个vue分支项目 https://github.com/vuejs/vue 查看下目录结果 先列出一些目录 Vue |— build 打包相关的配置文件,其中最重要的是config.js。主要是根据不同的入口,打包为不同的文件。 |— dist 打包之后文件所在 阅读全文
posted @ 2017-11-30 22:32 Sorrow.X 阅读(2427) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-10-28 14:12 Sorrow.X 阅读(465) 评论(0) 推荐(0) 编辑
摘要: /** * Created by Sorrow.X on 2017/10/25. */ const http = require('http'); const url = require('url'); const net = require('net'); // 单例 let httpServer = (function() { let port = 8888; l... 阅读全文
posted @ 2017-10-25 17:29 Sorrow.X 阅读(2000) 评论(0) 推荐(0) 编辑
摘要: ZYNGA INC.50 User LicenseEA7E-811825927BA117 84C9300F 4A0CCBC4 34A56B44985E4562 59F2B63B CCCFF92F 0E646B830FD6487D 1507AE29 9CC4F9F5 0A6F32E30343D868 阅读全文
posted @ 2017-10-16 11:23 Sorrow.X 阅读(653) 评论(0) 推荐(0) 编辑
摘要: 1.持久使用 npm config set registry https://registry.npm.taobao.org // 配置后可通过下面方式来验证是否成功npm config get registry 2.通过cnpm使用 npm install -g cnpm --registry=h 阅读全文
posted @ 2017-10-08 20:14 Sorrow.X 阅读(5941) 评论(2) 推荐(0) 编辑
摘要: 使用姿势: 1.使用 监听一个数组或者一个对象; 2.然后使用 阅读全文
posted @ 2017-08-23 18:20 Sorrow.X 阅读(248) 评论(0) 推荐(0) 编辑
摘要: var countDown = function (minute, callback) { var allSecond = minute * 60; var tickTimer = null; var start = function() { tickTimer = setI... 阅读全文
posted @ 2017-08-08 16:04 Sorrow.X 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 使用姿势: 阅读全文
posted @ 2017-08-04 18:24 Sorrow.X 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 使用姿势: 阅读全文
posted @ 2017-08-01 13:50 Sorrow.X 阅读(1171) 评论(0) 推荐(0) 编辑
摘要: // Sorrow.X --- 添加注释,注释纯属个人理解 /** * slice变量 引用 数组的 slice方法 */ var slice = Array.prototype.slice; /** * 抛出 `co`. */ // module.exports = co['default'] = co.co = co; /** * Wrap the given generato... 阅读全文
posted @ 2017-08-01 13:45 Sorrow.X 阅读(522) 评论(1) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页