As you can see I have two src/components (assets), one is in the root, the other in the /renderer. The root one was created when I added resizable components via "npx shadcn-vue@latest add resizable" (I think). Doesn't feel right. Somebody please explain how the paths should be in such configuration (Electron app using shadcn/vue) so that I can add shadcn components and properly import them. Or if you have some useful guiding links.

Electron with shadcn/vue config (src) confusion
42 views Asked by okkko At
1
There are 1 answers
Related Questions in VUE.JS
- Problems with matter.js and i18n in vue.js
- Form Validation not working in custom component Vue
- Authenticating vue app on each route change
- Vue/TailwindCSS - Content is behind Sidebar
- Vue3 Suspense Parent > Child Animation
- Pass dynamic object data via nuxt-link to component
- Failed to resolve import, but the path is valid, and detected as such by VSCode
- how to use less variables in vue components?
- Prevent a webpage from navigating away
- Creating a modal window in product edit page in Shopware6 and saving data to custom table(repository) from a form within the modal window
- How do I fix (or ignore) a TypeScript error that's inside a HTML template?
- Vue.js Checkbox Alignment Issue: Centering Checkboxes Within Table Cells
- How to reset vue product filter?
- Vue display output of two dimensional array
- vue js error when adding bonus items to another item
Related Questions in ELECTRON
- Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux
- Electron Printing not working on Windows (Works on Mac)
- The "logger" option function in electrion-unhandled threw an error
- methods in contextBridge not working in child window
- Electron loads a wrong file when using menu Window "Reload" - electron: Failed to load URL: file:///
- Handling Memory Allocation and Pointers in Electron between Node.js and C++ DLL
- Change the maximum screen size icon (and variable) by dragging the TitleBar
- Electron with shadcn/vue config (src) confusion
- The installation of the package printed by electron forge failed
- Identrust X Google Cloud HSM X Electron Builder
- When I use electron js and canvas in node js, I get a rebuild module error
- vscode pylance memory limit
- Can I package a third party application installer along with my electron application?
- Packaging failure
- Error in R electricShine::electrify() Error: ! Failed to evaluate glue component {arch} Caused by error: ! object 'arch' not found
Related Questions in TAILWIND-CSS
- General questions about creating a custom theme Moodle CMS
- Vue/TailwindCSS - Content is behind Sidebar
- 'bun' is not recognized as an internal or external command
- Trouble generating PDFs with Playwright in Docker container
- tailwind CSS applied on react component moves the navigation bar along in remix
- Is there a way to support Tailwind @apply in Visual Studio?
- Flex layout with grid system in tailwind
- How do I integrate an existing delete function that is located in my routes.php file to a delete button in a modal in my hr.employees.profile.php?
- How can i prevent the image from zooming in when i resize the browser?
- Tailwind CSS background image does not work on github pages
- How to achieve this with chart.js in react?
- What other ways to get my expo go to load?
- Tailwind.css in Remix project does not load file or styles
- Tailwind would not load in a new nextjs app... Unexpected character '@'
- Web server doesnt output the website like in the project on localhost
Related Questions in SHADCNUI
- Server action function not being called Nextjs Shadcn React hook form
- Electron with shadcn/vue config (src) confusion
- shadcn: How to filter by apps name?
- Cloudinary CldUploadWidget and Shadcn Popover event propagation issue makes the popover and the widget close
- double form in shacn with error in inputs
- Trouble with alias import in TypeScript for shadcn-ui library
- Component value does not update on React-hook-form - NextJS
- Hydration error when adding shadcn navbar to NextJS project
- I can't install next-themes
- Sending functions as props to Shadcn UI Table
- Form not submitting when button is pressed in Next.js/Typescript
- Warnings with Constructor Function Conversion in Astro App with React and Shadcn-ui Integration
- I am having trouble getting my server action invoked. Getting error: A React form was unexpectedly submitted
- Error in Next.js,shadcn-ui on running npm run dev-> Error: ENOENT: no such file or directory, stat 'C:/components.json'
- Next.JS 14 and Shadcn Error: Hydration failed because the initial UI does not match what was rendered on the server
Related Questions in ELECTRON-VUE
- Window doesn't receive message from IpcRenderer
- My electron app was recognized by the windows system as a virus and directly deleted,how can i fix it
- Exposing an object in Electron via contextBridge.exposeInMainWorld results in Error 'Cannot read property ... of undefined.'
- Win10 system, using electron-app to open a shared folder, it gets stuck to the point where other apps won't open either, why?
- Will Websql stop for already built Electronjs Application as the Websql will stop next year or it will keep working
- How to bring window into foreground in electron-vue
- My window in Electron doesn't appear no matter what I do, there is something wrong with my code?
- Sending messages through Electron IPCmain channel to vue instance only works one way
- Vue.js-Electron application with an Apollo client does not receive cookies from a remote API server
- Uncaught (in promise) TypeError: Cannot read property 'prototype' of undefined
- Electron built app, set minimum display size
- PlayWright: Page.title() returning empty value. Trying to add automation in electron-vue project
- PlayWright Electron: Is it possible to get BrowserWindow from Page?
- Electron: Setting the 'fullscreen' flag to false not disabling the fullscreen button on macOS
- Load images from local disk
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Add alias for
uiin yourcomponents.jsonas bellowYour can learn more here