This project contains Single Page Application of job postings which is implemented using Vue, Vuex and Vue-router. For this simple application, Vuex is not needed but used it for example implementation.
To setup the application, please use below command
npm install
Following command will start application in production mode at http://localhost:8080
npm run serve
To replace the build files in dist folder, run the below command
npm run build
To run unit tests, please use below command
npm run test:unit
npm run lint