Vue + Almin counter example
Vue + Almin Performance profile on Chrome DevTool timeline.
Almin is a state management library. Almin can measure UseCase execute, StoreGroup write/read, Store update time.
Vue.js is a view library. Vue can measure view create and update time.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.