I’ve started a project using the wonderful yeoman Foundation Vue Yeoman generator. It uses browser sync and a zillion npm tasks to ease Vue frontend code development.
It would be really nice if I didn’t have to start meteor separately from my typical gulp serve
command. Anyone managed to run meteor from node or gulp?
The end goal is to start meteor as a npm/gulp task, such as npm run
or gulp serve
.