View extracted products and do CRUD operations as well as view stats.
- vue with vuex and vue-router
- SPA with auth service
- Axios
- Tailwind
- Chart.js
npm install
Create new .env
file then copy the values below:
NODE_ENV=development
VUE_APP_API_URL=http://localhost
Compile and hot-reloads for development:
npm run serve
Goto http://localhost:8080/
then login using the ff creds:
email: test@example.com
password: password
npm run lint