Template Vue¶
Template Vue is a repository generator for Vue projects. To create a new Vue project with the template install Cookiecutter, execute the following command, and follow its interactive prompts.
cookiecutter --directory vue gh:scruffaluff/templates
Setup¶
To develop with the generated project, install Just and
step into the project folder. Then execute JUST_INIT=true just setup format
and you are ready to code.