how to install vue-router for vue 3 code example
Example 1: install vue router
npm install vue-router
Example 2: install vue router
cd [project]
npm install --save vue-router // install only on the project that we are in
npm install vue-router
cd [project]
npm install --save vue-router // install only on the project that we are in