Aminerman / vue-kinesis

Easily create complex interactive animations with Vue.js
https://www.aminerman.com/kinesis/
MIT License
1.47k stars 59 forks source link

compiling problem npm version #93

Closed joudy-almahjoub closed 2 years ago

joudy-almahjoub commented 2 years ago

I install it as a npm package but why when it comes to compiling it's not working and my project stop compile.?

Aminerman commented 2 years ago

How would I know if you're not giving any further detail? There is a bug issue template that you could've followed. Can you provide a public repository that reproduces this issue? Thanks.

joudy-almahjoub commented 2 years ago

sorry for not giving you Specified details. that's my code: `` I followed the installation steps, as i type "npm run serve" the project stop building.

Aminerman commented 2 years ago

Thank you for providing some details. If you can show me the error you have when you run npm run serve, that would help. My guess is that you didn't use kinesis-container You can find examples here : https://aminerman.com/kinesis/#/ Or here : https://codesandbox.io/s/emyps?file=/src/components/HelloWorld.vue