npx degit https://github.com/My-Project-Template/vuetify3-template.git YOUR_FOLDER_NAME- If you want to use another package manager like
yarnorpnpm, deletepackage-lock.json. - You can update the dependencies with any package manager.
- Make sure the node version is
>= 14and LTS.
#npm
npm i
# yarn
yarn
# pnpm
pnpm i
# If you use pnpm at this project for the first time,
# you'd better run the below command at once.
pnpm up#npm
npm run dev
# yarn
yarn dev
# pnpm
pnpm dev#npm
npm run build
# yarn
yarn build
# pnpm
pnpm build