This application is an inventory tracker for shopkeepers in a popular paper and dice rpg.
Currently, it is in Minimal Viable Product status. Although it's fully functional, I will be adding more features.
-
create a modal dialogue box for deleting entries.
-
add notes to item listing
-
add routing
-
improve state management
-
add animation
-
add logging capabilities
-
connect the app to an api
Thank you for cloning and please watch this space.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --reportFor detailed explanation on how things work, checkout the guide and docs for vue-loader.