We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
examples is a git submodule, the instructions likely need to include the submodule info... or perhaps an “install” script
Sorry, something went wrong.
@lionel-bijaoui we can just add:
git submodule init git submodule update
To the README.md, or, alternatively ... update package.json to include it as a preinstall script
README.md
package.json
preinstall
"scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "preinstall": "git submodule init && git submodule update" },
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: