A small template tool to help people to manage release to production.
Each release created, with the tool, is located here release-manager\ReleaseManager\LocalStorage\your_release.json
.
Look at the Nuxt 3 documentation to learn more.
Try to use the latest version of Node.js (using the 22.00.0 for Nuxt 3.12.2 for example).
To switch from Node version, you can use NVM or FNM. For NVM:
You can easily list your versions installed with this cmd nvm list
.
Or see your current version nvm current
.
You can install a new version with nvm install your_version
.
To use the needed version, nvm use your_version
.
For FNM:
Now that you're using the right Node version, you can launch the solution and a window will open.
- Volar (VSCode extension)
- Vue Devtools (Browser extension)