Closed hainguyen81 closed 3 years ago
Fixed with 47d1be7 and live with v1.1.3
. You shouldn't have had a problem building, since the entry point is dist/phosphor-vue.esm.js
and the bundled code doesn't rely on src/
, it's just there for reference. But I grant that TypeScript would complain about missing modules.
awsome! thanks for your support
After I pull v1.1.3 as you recommended, I compiled with errors like this:
I already included this module as Nuxt plugins.
This's my tsconfig.json:
But whenever I imported Phosphor components to use, I got these errors. please help me. thanks
Oh, my bad, I don't need to import the module's components to use. I already imported via entry module as Vue plugin. So It already worked well. Thanks much for your support
The src/lib folder not cloning when I run npm install. So I could not build project