Vuetify 3 project scaffolding
Vuetify 3 project scaffolding
Vuetify 3 has recently been released and its installation method has changed. This article presents how to scaffold a new project using the framework.
Vuetify 3 projects need to be created using Yarn. The latter can be installed using npm as follows:
npm i -g yarn
With yarn installed, a project can be created using the following command:
yarn create vuetify
During the project creation, one must decide what package manager to use to install dependencies. Here, npm can be selected if experience with other options is lacking.
Once installed, the project's development server can be started using
npm run dev