EvanAgee / vuejs-wordpress-theme-starter

A WordPress theme with the guts ripped out and replaced with Vue.
https://vuewp.com/
1.6k stars 281 forks source link

npm run watch issue #46

Closed benoitvb closed 5 years ago

benoitvb commented 5 years ago

I'm running npm run watch but I can't find where is the application running. I tried localhost:8080 without success... A laravel mix notification pops up but I don't know on which port the site it running. Laravel is new to me and it looks a bit confusing....

EvanAgee commented 5 years ago

Thanks for reaching out @benoitvb this project isn't a Node app, its a WordPress theme. You would have to have a local instance of WordPress running already.

EvanAgee commented 5 years ago

@benoitvb I've just released an updated version of the project that will address many of these issues. Please note that the paths of the JS and CSS have changed so you may need to update your project. https://github.com/EvanAgee/vuejs-wordpress-theme-starter/issues/48

benoitvb commented 5 years ago

Thanks @EvanAgee I'll give it a try and let you know !