I am Using vue 3 with CLI Build tool. Going to import my component on .net page. I need to check my components on browser without using a router library. Actually it was stand alone components
Is there any way. In Vue 2 i have used gulp build tool and fractal tools for checking my components in broswer. After migrate to vue-3, i can't find solutions for that.
CodePudding user response:
If you route the page with Java or .Net, Just create a route page with .Net and import the component into your new page. Hope this will work
CodePudding user response:
if you just need to test a component and your vuejs project is starting rely on jsp or .net. just make a new route and import the component into the route page you make. you could see the way in vuejs.org quick start part. https://vuejs.org/guide/quick-start.html#without-build-tools[enter image description here]1