phosphor-icons / vue

A flexible icon family for Vue
https://phosphoricons.com
MIT License
199 stars 20 forks source link

Not clone src/lib folder #5

Closed hainguyen81 closed 3 years ago

hainguyen81 commented 3 years ago

The src/lib folder not cloning when I run npm install. So I could not build project image image

rektdeckard commented 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.

hainguyen81 commented 3 years ago

awsome! thanks for your support

hainguyen81 commented 3 years ago

After I pull v1.1.3 as you recommended, I compiled with errors like this: image

I already included this module as Nuxt plugins. image

This's my tsconfig.json: image

But whenever I imported Phosphor components to use, I got these errors. please help me. thanks

hainguyen81 commented 3 years ago

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