On this page you find all important commands for the CLI tool vue. If the
command you are looking for is missing please ask our AI.
vue
An approachable, performant and versatile framework for building web user interfaces.
List of commands for vue:
-
vue-build:tldr:c6bfc vue-build: Build a `.js` or `.vue` file in production mode with zero config.$ vue build ${filename}try on your machineexplain this command
-
vue-init:tldr:3cd9c vue-init: Create a new project using one of the default templates.$ vue init ${select} ${project_name}try on your machineexplain this command
-
vue-init:tldr:ee8ae vue-init: Create a new project using a template from GitHub.$ vue init ${username}/${repo} ${project_name}try on your machineexplain this command
-
vue-serve:tldr:eca27 vue-serve: Serve a `.js` or `.vue` file in development mode with zero config.$ vue serve ${filename}try on your machineexplain this command
-
vue:tldr:ebb56 vue: Create a new project with web UI.$ vue uitry on your machineexplain this command
-
vue:tldr:ff62c vue: Create a new Vue project interactively.$ vue create ${project_name}try on your machineexplain this command