Skip to content

spysabbir/vuejs-small_multiple-applications

Repository files navigation

Project Setup

  • First of all, we have to clone the project on our local machine using the below command
git clone https://github.com/spysabbir/vuejs-small_multiple-applications.git
  • Now change the command line present working directory (pwd) by
cd vuejs-small_multiple-applications
  • Now download all required packages needed to run this project
npm install
  • Now run this project
npm run dev