Using stencil apps in plain HTML #655
-
Hi. Firstly, thanks for the plugin. I have been working on a stencil design system, and so far integration with React has been smooth. How would I go about integrating my components into a plain HTML document? In a normal stencil project, you would publish the package to NPM or use something like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Good morning, |
Beta Was this translation helpful? Give feedback.
Good morning,
the problem here is, that it won' work without any bundling technology. Nx works on the top of typescript paths. For a local just html project, you'd need to add the relative path to the dist folder and look where you put the artifacts for deployment yourself.