Command Line Creator For Creating .vue Files in any Vue Project
Ubuntu 16.4
npm install -g vue-create-comp
In any Vue Project run this command
vue-create-comp generate <ComponentName>
Alias
vue-create-comp g <ComponentName>
git clone https://github.com/mohamedelshorbagy/vue-component-creator
After Cloning Project, Open Project Directory and run these commands
npm install
npm link
For Linux/Ubuntu/Mac Users
sudo npm install
sudo npm link