All Questions
7 questions
0
votes
1
answer
968
views
Vue with own backend code on server (Node.js+Vue.js)
So... for my job I am making a software solution that helps our employees have a centralized location to do their work on since we'll be transitioning to a Microsoft 365/Azure environment. My co-...
2
votes
0
answers
2k
views
Why Vue web component styles are not working?
I'm new to Vue and i've built a card game with Vue and Buefy which contains 4 components each of them having their own styles and functionalities. I want my entirely application to be builted into one ...
2
votes
0
answers
762
views
Build Vue Component with external Libraries for usage in browser
I have a component, which uses some filter and external added components. I will include this component in a static website. I build my component as lib, but it does not include the filters.
"build": ...
4
votes
0
answers
683
views
How to optimize bundling custom vue components using 3rd party libraries with vue cli 3?
I'm building my external vue component library and published to npm. My components extends Element UI components.
I followed the steps in this article and so far it works fine. https://medium.com/...
2
votes
4
answers
15k
views
How to put Vue code inside <code> tag in vue
This is my first time making an npm package, I'm making the package's demo, and I wanna put an example of the component usage.
when I put the component usage inside pre and code tag like this
it ...
0
votes
2
answers
3k
views
How to hide/unhide the router-link button for a specific component in vuejs
I am using router-link as the button to navigate between different components.
Is there any way to hide the component for a particular component.
<router-link :to="{path: prevPage }" tag="button" ...
4
votes
2
answers
1k
views
How to use Vue web components (generated by Vue-CLI 3) inside another Vue project?
I Can Use web-components that generated by Vue-CLI 3 build command (vue-cli-service build --target wc --name foo ./src/App.vue) as a stand-alone
component in a webpage like this:
<script src="...