- node
- vue-cli (npm install -g @vue/cli)
Check nodejs.org for instructions on how to install on your OS.
To run the application (Development): npm run serve
To build the application (Production): npm run build
Note: Please refer dist folder to test the application and src folder for development.
To access the web application, user has to click on index.html under dist folder.