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