0.0.13 • Published 5 years ago
ebookdraw v0.0.13
EbookDraw
绘制库
私有包使用
浏览器查看 http://192.168.31.11:7002/
设置私有库服务器 cnpm set registry http://192.168.31.11:7001
提交 cnpm publish
撤销/卸载库 cnpm unpublish ebookdraw@0.0.1
查看模块信息 cnpm info ebookdraw
私有仓库创建方式
配置注意事项
# centos6.5配置
# mysql 数据库配置
# clone from git
$ git clone https://github.com/cnpm/cnpmjs.org.git
# install dependencies
$ npm install
# /cnpmjs.org/config/index.js 配置
registryHost: '192.168.31.11:7001',
syncModel: 'exist', // 'none', 'all', 'exist'
handleSyncRegistry: 'http://192.168.31.11:7001',
database 设置
// 设置安装资源路径在相对路径下
var dataDir = path.join(root, './../.cnpmjs.org');
console.log("11111",root,dataDir);
绘制库版本日志
0.0.0:
2017.11.11
[新增]
[修复]
[优化]
0.0.11
2017.11.10
[修复] android端绘制位置偏移
0.0.10
2017.10.25
[修复] 笔刷绘制去除曲线优化算法 沈旭东