Replies: 6 comments
-
Here's an example of a vue-cli app that's configured correctly for Not sure what part you're missing but you should be able to at least trace down the differences. |
Beta Was this translation helpful? Give feedback.
-
Thanks for replying quickly to all my posts. I ran that example project and it worked. I've gone through each file and made sure mine was set up the same way with no luck. I'm considering starting with that project and replacing things with my code slowly and watch for breakage. I'll post my findings here to maybe help others. |
Beta Was this translation helpful? Give feedback.
-
Can you post your project on GitHub? Happy to take a look. |
Beta Was this translation helpful? Give feedback.
-
Wow, quite an offer. It's already public on GitHub at https://github.com/eridien/p4-client but you probably won't be able to run it because is depends on websockets to custom equipment. If you try to read it let me know if it is too huge/messy and I'll pare it as much as I can. I'm a newbie so please be easy on my code quality. :-) |
Beta Was this translation helpful? Give feedback.
-
I have gotten the sample app to work with markdown and your markdown CSS. So I know the process and it works. I will now add my code in slowly. I'm closing this but I might check in with anything I find. |
Beta Was this translation helpful? Give feedback.
-
It was a stupid bug (I've never met a smart bug). I had the markdown class in the wrong part of the DOM. Sorry for the trouble. |
Beta Was this translation helpful? Give feedback.
-
I'm building a vue-cli app. @apply doesn't seem to work in any file I can find. This is my test css ...
I've tried it in index.css, tailwind.css, and in the styles section of a vue component. I've also put it in a file and tried importing it in my main js file ...
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions