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
Option | Description |
---|---|
--help | Show help information |
CLI Commands
Frontier - Vue
includes the following sub-commands:
Command | Description |
---|---|
create-project | Scaffold a new project |
add | Add a feature to a project |
plugin | Inject a utility to extend project functionality |
upgrade | Specify 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>
Table of Contents