Shishir Raven

I code things

Vue 3

Hosting VueJS Project on Github Pages

Hosting a VueJS project is pretty straight forward but I faced problem with VueJS Routing. First of all it did not work out of the box. I had to change the base path in the config file. I added the base URL to the vite config file. I added the base also to the router […]
Author
Shishir Raven
Filed Under
Published
July 17, 2022
Read the Article

Adding Sortable to a List in VueJS 3 in 3 Simple steps.

Step 1. Install vue.draggable.next Step 2 : Import and add as component Step 2 : Use it as follows to create a Loop. Note: Don’t replace “element” with the model name. I was making this mistake and it took me a while that it has to remain as element name only.
Author
Shishir Raven
Filed Under
Published
March 30, 2022
Read the Article

Fastest way to use ⚡ Vite + Vue 3 + Tailwind CSS ✔

This starter template includes: Vite 3 Vue 3 Tailwind CSS 3 Vue Router Getting Started Run the following inside your new project folder. npx degit shishirraven/vue_tailwind_starter_template npm i npm run dev npm run build npm run serve Vue 3 + Vite This template should help get you started developing with Vue 3 in Vite. The […]
Author
Shishir Raven
Filed Under
Published
February 12, 2022
Read the Article