DrSensor / vue-authoring-template

Vue project template for authoring component and their use case
MIT License
13 stars 5 forks source link

Change to yeoman for scaffolding #15

Open DrSensor opened 6 years ago

DrSensor commented 6 years ago

Because vue init was deprecated in exchange of vue invoke with purpose to inject config, file, and other stuff, its preferable to use yeoman for scaffolding. Also yeoman has desktop app for it and can be integrated to IDE so that will benefit some windows user that use visual studio or webstorm. And also its more testable than vue init. For injecting maybe if I have a time and there is a need for it, I will create vue-cli-plugin for injecting storybook config and file.

DrSensor commented 6 years ago

This template will follow base of vue-cli 3.0 tenplate project so that the config compatible and can be injected with vue invoke