Run Vue Single File Components from the CLI
Currently a WIP, star us and key an eye out / This is meant for Presentational components only
npm install vue-run -g
- When within a directory with a Single File Component
vsr
- Run Single File Component from a directory
- Add props on the fly to a running component
- Please raise any issues you find
- This is still a work in progress and I'll update as and when I have free time