Search
⌘ K
Installation
Prerequisites
Node LTS version is required
Steps
- Get our template from the online marketplace
- Extract it in your preferred destination
- Go to the project you wish to execute. You can choose between:
vue/full-version
,vue/starter-kit
,nuxt/full-version
,nuxt/starter-kit
- Launch the integrated development environment (IDE) or open the terminal in that specific folder.
- Execute the command
# npm
npm install
# yarn
yarn install
# pnpm
pnpm install
This action will install the required dependencies in the local node_modules
directory, as specified in the package.json
file.