Usage
frontier vue <command>The help menu can be accessed with the command:
frontier vue --helpOptions
Usage:
frontier <command>
Commands:
create-project - Scaffold a new project
add - Add a new module
plugin - Inject a utility to extend project functionality
upgrade - Specify the template version for a project
Options:
--help - Show help informationCreate a project
frontier vue create-project <project-name>Replace
<project-name>with the actual name of your project. Generated folders are named in kebab-case.