yqt-npm-components
v1.0.6
Published
前端组件发布 npm 库
Readme
前端组件发布 npm 库
https://juejin.cn/post/7044102165400387597#heading-0 可参考
npm 大致的配置:
{
"name": "yqt-utils",
"version": "1.0.0",
"description": "个人自定义工具",
"main": "index.js",
"keywords":["utils"],
"author":"yqt",
"files":["index","package"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}