You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is library demo or library monorepo demo working for you? In these two demo project, the vite-pages site is not the only "build". They can also include builds for the component library, other site .etc.
The common practice is that, you put the vite config, index.html, and the package.json for the vite-pages site in a seperate folder, like library demo:
and insite the vite-pages project(folder), you can import data from other folders such as src.
Is there a direct way to include the plugin in an existing vite project?
I'm trying to use this for my reusable component library.
From what I see as per documentation, we can only create a new project from the template.
The text was updated successfully, but these errors were encountered: