logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate Vue Project - Initialize App Templates | Online Free DevTools by Hexmos

Generate Vue project with vue-init. Quickly scaffold Vue.js applications using official templates. Streamline project setup with ease. Free online tool, no registration required.

vue-init

Legacy project initialization subcommand of the Vue.js framework. More information: https://cli.vuejs.org/guide/creating-a-project.html#pulling-2-x-templates-legacy.

  • Create a new project using one of the default templates:

vue init {{webpack|webpack-simple|browserify|browserify-simple|simple}} {{project_name}}

  • Create a new project using a local template:

vue init {{path/to/template_directory}} {{project_name}}

  • Create a new project using a template from GitHub:

vue init {{username}}/{{repo}} {{project_name}}

See Also