vagran / dxf-viewer-example-src

Source for dxf-viewer-example GitHub pages repository
MIT License
47 stars 27 forks source link

Are there any sources that do not use vue.js but are written in the old style of HTML and Javascript? #19

Open mapinusRND opened 6 months ago

mapinusRND commented 6 months ago

I have a question because the project I want to apply it to uses the old HTML and Javascript methods.

vagran commented 6 months ago

No. You can use this example as reference to make it in plain old JS. Also you most probably will need to make a bundle to link with your HTML, using a tool like rollup, webpack or vite.

mapinusRND commented 6 months ago

As you suggested, I solved the problem using webpack. Thank you.

cimslab commented 1 month ago

@mapinusRND , do you mind sharing your solution, I also want a simple javascript + html implementation. Thanks!