instructions should be modified to mention that you must also clone the https://github.com/vue-generators/vue-form-generator-examples.git repo and add it in place of the empty 'examples' folder inside the 'src' folder at least that's what I just had to do
Activity
zoul0813 commentedon Dec 22, 2018
examples is a git submodule, the instructions likely need to include the submodule info... or perhaps an “install” script
zoul0813 commentedon Dec 22, 2018
@lionel-bijaoui we can just add:
To the
README.md
, or, alternatively ... updatepackage.json
to include it as apreinstall
script