A workshop for migrating a legacy JQuery app to Vue JS
- Node JS - v12.x.x and above
- NPM - v6.x.x and above
To get started, begin by installing the required node js dependencies. To do this run
npm installonce all modules are successfully installed, start the app in development mode by running
npm run watchThis should set up nodemon for reloading javascript changes. The web app can be
accessible on localhost:9999 after the app has been started in dev mode