VueJS

11
Jul
Apache config for hosting single-page Vue APP with vue-router

Apache config for hosting single-page Vue APP with vue-router

When navigating to any route in a single-page application, a Page not found will occur. It is because the server is trying to retrieve an actual file from the web folder. add the following config to the web server can direct all traffic to the entry page.
23
May
Dynamic List Render Animation on Vuejs and TailwindCSS

Dynamic List Render Animation on Vuejs and TailwindCSS

List animation with VueJS and TailwindCSS
1 min read
31
Oct
VueJS - Render Functions & h

VueJS - Render Functions & h

decoding the mysterious h function in the begining code of a vue project
1 min read