A simple vue component/style... etc generator for projects using my starter
First, install Yeoman and generator-qraimbault-vuejs using npm (we assume you have pre-installed node.js).
yarn global add yo
yarn global add generator-qraimbault-vuejs
Then generate your new project:
yo qraimbault-vuejs
You should use it with my starter available here.
MIT © Quentin Raimbault