Overview
Prerequisites & Recommendations
Name | Description | More Information |
---|---|---|
node | runtime | version 19.8.1 |
yarn | dependency management | version 1.22.19 |
vscode | code editor | version 1.77.1 |
Clone the project
Install Dependencies
yarn install
or
npm install
Execute CLI commands
./bin/dev <namespace> <command>
e.g.
./bin/dev vue create-project? Enter a project name: » my-cool-project