How to get vue js work on new custom theme
-
Pls I'm creating a theme for my project, how can I make vue js work on it... I already run npm install on the theme dir but after that I use <div id="app"></div> but when I even I write vue js it will detect on my dev tool
I included this link <script type=”text/javascript” src=”{{ URL::to('themes/default/assets/js/shop.js') }}”></script> on my footer
-
Hi @Uyo-obong
have you tried by running npm run watch-poll in the newly theme directory?Thanks