简体中文 | English
- 集成多个常用的JavaScript代码片段,提高生产力。
- 将代码片段用NPM的形式引入,提高代码的维护性。
NPM: https://www.npmjs.com/package/util-snippets
文档: http://snippets.fancystore.cn/cn/guide/
- 基于 TypeScript 强类型编写代码。
- 使用 Jest 做单元测试。
- 使用 VuePress 做的技术文档
npm install util-snippets
import { xxx } from 'util-snippets'
git clone https://github.com/czero1995/util-snippets.git
cd util-snippets
npm install // 安装项目依赖
npm run tsc:w // 将TypeScript实时转换为JavaScriot,方便调试
npm link // 相当于npm install util-snippets
在其他项目直接使用 import { xxx } from 'util-snippets'
npm login
publish
(需要梯子)
127 Helpful JavaScript Snippets You Can Learn in 30 Seconds or Less — Part 1 of 6