Step 2: Vue Setup

  1. Go into the directory of the 'frontend', by using the command line interface. like below at the mapmama directory.

cd frontend
  1. Execute 'npm run dev' to start the development server and build your Vue.js application.

npm run dev

Vue is success run in your local environment when you see the output like below

Last updated