CLI Commands


This reference documents every command and flag available in the frontier vue command-line interface. The vue CLI helps with scaffolding projects, components and other features right from the terminal.

Help Menu

Run the cli option below for a list of commands and options

OptionDescription
--helpShow help information

CLI Commands

Frontier - Vue includes the following sub-commands:

CommandDescription
create-projectScaffold a new project
addAdd a feature to a project
pluginInject a utility to extend project functionality
upgradeSpecify the Frontier Vue template version for a project

create-project

create-project will scaffold a new project for you, using one of the presets selected from its interactive shell.

Usage

frontier vue create-project <project-name>

add

Add a feature to a project.

Usage

frontier vue add <command>

Commands


plugin

Injects a utility to extend the project's functionality

Usage

frontier vue plugin <library>

Libraries

  • buefy
  • localization
  • vuetify

upgrade

Attempts to upgrade the project's Frontier Vue template to the specified version

Usage

frontier vue upgrade <version>