CLI Commands
The Rdvue command line tool (CLI) is the main entry point for getting up and running with the Vue application. Similar documentation is available in the rdvue-cli README.
How to use rdvue-cli
All commands will follow the basic structure:
npx rdvue <action>
CLI Options
Run the cli option below for a list of commands and options
Option | Description |
---|---|
--h, --help | Displays the help menu. |
CLI Commands
RDVue includes the following sub-commands:
Command | Description |
---|---|
create-project | Scaffold a new rdvue project |
add | Add a feature to a project |
plugin | Inject a utility to extend project functionality |
upgrade | Specify the rdvue 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
$ npx rdvue create-project <project name>
add
Adds a feature to the project.
Usage
$ npx rdvue add:<feature> <name>
Features
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 rdvue template to the specified version
Usage
$ frontier vue:upgrade <version>