[unpacked path]/vue/[demo]
.
cd[unpacked path]/vue/[demo]
npm install
or yarn
command. This command will install the dependencies in the local
node_modules
folder these dependencies are listed in
package.json
.
npm install
# OR
yarn
npm run dev
or yarn dev
command to
launch the server which watches your files, and rebuilds the app as you
make changes to those files. Open your browser on
http://localhost:5173/.
npm run dev
# OR
yarn dev