[Vuejs]-How to integrate trading-vue-js in a vue cli project?

0👍

I finally got it to work. I had made a mess of the naming of various components as well as bringing in various bits of code that were not necessary. I guess that’s what you get when you attempt to hack bits of code together when you don’t really understand what is going on.

I did a bit more RTFM. Then I created a visual diagram of how the blocks of code fitted together, which helped me compare the working test examples vs my own code. That’s how I eventually identified what I had done wrong.

So I stripped it back to the most simple configuration. Bingo! It worked.

Installing the Vue Developer extension for Firefox was also of great assistance.

Leave a comment