Vue single page product list app . Includes add product,(id,amount,name etc.) ,delete product ,list product operations and json test database.
- vue
- bootstrap
- jquery
- popper.js
- json-server (for test)
npm install
json server --watch db.json
npm run serve
npm run build
npm run lint