SampleProjectVueOnMVC

  • Install Web Essentials at your Visual Sutio goind to the Extensions > Manage Extensions
  • Intall Node js at "https://nodejs.org/en/download/"
  • On Visual Studio, select the Web project and open the Developer command promt
  • Run : npm init (press enter leaving all as default)
  • If yarn is not installed run : npm install yarn -g
  • Install dependencies by navigating: `cd SampleProjectVueOnMVC` and installing with `npm install` or `yarn install`