个人博客
摘要: npm官网 https://www.npmjs.com/ 注意:名字不能重复,每次要修改版本号,npm邮箱必须验证,package.json的private为false 登录账号(只用配置一次即可): npm login 检查登录用户:npm who am i 发布代码:npm publish 阅读全文
posted @ 2023-07-24 17:56 雪妮123 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 1、template - index.html - head添加: <script type="text/javascript" src="<%= BASE_URL %>assets/lib/jquery.js"></script> 2、types - j-query.d.ts添加: declare 阅读全文
posted @ 2023-07-24 17:55 雪妮123 阅读(1405) 评论(0) 推荐(0) 编辑