tushargugnani / 5balloons.info

5 stars 1 forks source link

create-publish-you-first-vue-plugin-on-npm-the-right-way/ #73

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Create & Publish you first Vue.JS Plugin on NPM (The Right Way) | 5 Balloons

https://5balloons.info/create-publish-you-first-vue-plugin-on-npm-the-right-way/

georgechem commented 1 year ago

Folows all steps, it builds however when installing in another project to test it get error:

ERROR in ./src/views/admin/EditorView.vue?vue&type=script&lang=js (./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/views/admin/EditorView.vue?vue&type=script&lang=js) 2:0-54

georgechem commented 1 year ago

Want to build it the right way, go at: https://www.youtube.com/watch?v=5QV9wVc8c7g

jonalxh commented 1 year ago

If you have errors runing the build-library command it is necessary to remove the optionsvariable near to line 4 of install.js because is not being used and causes lint error.