Skip to content

Vue Experiment Notes

Radhakrishna Sanka edited this page Mar 9, 2020 · 1 revision

If we want to compile the entire project as an external library we need to have package.json. We need to remove it if we just want to get the old 3DuF compiling with the single HTML page, we need to remove this line.

{
   type: "module"
}
Clone this wiki locally