websemantics / strong-together

A starter project to build single page Vue.js apps as stand-alone or for Laravel / Laravel Spark projects; based on Browserify and Semantic-UI.
http://websemantics.github.io/strong-together
MIT License
89 stars 18 forks source link

Live Reload #1

Closed zek closed 8 years ago

zek commented 8 years ago

Hi I'm really beginner for these stuff and trying to learn it.

I would like to ask how can I make fast development?

Everytime I change any line of code I have to "npm run build".

What do you suggest me for it?

websemantics commented 8 years ago

Hi @drtzack , I added a new script npm run watch that monitors any changes inside resources folder and run build script. This should work for now until I optimize the build process for faster builds, Hope that helps,

zek commented 8 years ago

Thanks! 👍