karol-f / vue-custom-element

Vue Custom Element - Web Components' Custom Elements for Vue.js
https://karol-f.github.io/vue-custom-element/
MIT License
1.97k stars 187 forks source link

vue-cli-service build --target lib --name your-component-name src/main.js not working #252

Closed akhi-ninja closed 3 years ago

akhi-ninja commented 3 years ago

i am getting command not found error

vue-cli-service build --target lib --name your-component-name src/main.js i am using @vue/cli 4.5.12

can you please help me on this

karol-f commented 3 years ago

Can You please prepare github repo?

akhi-ninja commented 3 years ago

@karol-f thanks for the quick response , i reinstall the cli and now build is working .

karol-f commented 3 years ago

Great, regards!