Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.4 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.4 KB

release-manager

CICD

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.

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup to launch the SPA

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.

Helpful Tools