see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages name: NPM-PUBLISH
console.log(res); }); } } </script> 成功调用的效果大致如下: 3.png 参考资料 Vue CLI 3 webpack 相关 npm-publish
(err); } else { resolve(null); } }); }); }; npmPublish 我们选择了 @jsdevtools/npm-publish
10.6 lerna publish 这个不用说了,就是 npm-publish 的多包发布版。 三. 构建自己的 vue3 1. 准备工作 我们已经仔细研究了一番 vue-next 的构建工程。