rtCamp / VueTheme

WordPress theme using Rest API and Vue.js
220 stars 35 forks source link

Npm run dev #33

Closed zexingguo closed 6 years ago

zexingguo commented 6 years ago

I clone this repo in my wp-content/theme and npm run dev doesn't work at all.

sagarkbhatt commented 6 years ago

@zexingguo Can you give more detail ?

zexingguo commented 6 years ago

Okay, the vue-theme works fine with the mamp server with production ver. I was expecting to have a local vue version that run by webpack so I dont have to do npm run build every time to see my changes. npm run dev cannot get / which is the index.php I'm guessing.

Sorry for the poor explanation if it doesn't make sense.

sagarkbhatt commented 6 years ago

@zexingguo

Can you check my answer in https://github.com/rtCamp/VueTheme/issues/32 ?

Let me know if that works for you or not.

zexingguo commented 6 years ago

@sagarkbhatt

That definitely solve my issue !!!!!

Thanks for the response, I really appreciated it !