编码规范遵循 standard代码规范。代码块请按照功能模块分目录
├── LICENSE
├── README.md
├── build
├── dist
├── examples
├── node_modules
├── package.json
├── src
| ├── util
├ ├── detector.js
├ ├── index.js
├ └── validators
└── yarn.lock
依赖请使用yarn安装 若国内比较慢,使用cyarn安装。不推荐npm,npm会导致包版本升级出现不必要的错误
yarn
然后在项目中修改测试,完了之后打包,提交到github上。
yarn build
yarn install hexyun.helpers -D
import helpers from 'hexyun.helpers'
console.log(helpers)
yarn install hexyun.helpers -D
const helpers = require('hexyun.helppers')
console.log(helpers)
如果觉得慢, 请把资源同步到seed 或 oss上。更换地址即可。
<script src="https://unpkg.com/hexyun.helpers@0.0.4/dist/helpers.min.js"></script>