A Point Of Sales application where there is a Cashier and Admin access with a VueJs

APK_VUE JS This is a Point Of Sales application where there is a Cashier and Admin access which includes a CRUD pagination and transaction feature. This APK is equipped with a VueJs library, namely using Vuex and also using Mixins and Custom Directives. This apk is also equipped with authentication where the token is stored in localStroge. Vue.js is a Javascript library that is used to build an interactive website interface, Vuex is a Vue.js library that can be used to handle state (state management), where existing data can be defined and centered on a file so that it can be used. used by all existing components. By using Vuex, communication between components becomes easier. As we know that in the interaction between components in order to exchange data, use props, so with Vuex you can simply access the state that has been defined in the Vuex Store. The Vuex store is reactive. Once components take a state from it, they will reactively update their views whenever the state changes. There are several core concepts of vuex, namely: State => to accommodate pure data. Getters => to perform filtering / manipulation / sorting of data. Mutation => to perform data processing. Actions => are the same as mutations, but actions can be asynchronous. Once components take a state from it, they will reactively update their views whenever the state changes. There are several core concepts of vuex, namely: State => to accommodate pure data. Getters => to perform filtering / manipulation / sorting of data. Mutation => to perform data processing. Actions => are the same as mutations, but actions can be asynchronous. Once components take a state from it, they will reactively update their views whenever the state changes. There are several core concepts of vuex, namely: State => to accommodate pure data. Getters => to perform filtering / manipulation / sorting of data. Mutation => to perform data processing. Actions => are the same as mutations, but actions can be asynchronous.

Local storage is a function in JavaScript that works the same as cookies (data is stored in the browser) but has several advantages. Local storage can store data more safely and is bigger than cookies. Local storage can also store data of more than 5 MB without having to burden browser performance

regis login dash add edit

Download Details:

Author: dicky08

Source Code: https://github.com/dicky08/VUE_PRODUCT

#vuejs #vue #javascript

A Point Of Sales application where there is a Cashier and Admin access with a VueJs
9.10 GEEK