Skip to content

Instantly share code, notes, and snippets.

@hjzheng
Created May 7, 2019 12:13
Show Gist options
  • Save hjzheng/37432dfb0cd3fe524dbbcb18a7558d0d to your computer and use it in GitHub Desktop.
Save hjzheng/37432dfb0cd3fe524dbbcb18a7558d0d to your computer and use it in GitHub Desktop.
知识总结
  1. npm 本地依赖
"dependencies": {
    "@ys/components": "file:./components",
    "@ys/domain": "file:./domain",
  1. qs 库处理 queryString 非常强大

https://www.npmjs.com/package/qs

  1. wolfy87-eventemitter 强大的 eventemitter 库

4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment