Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 446 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 446 Bytes

template-vue

Vite + Vue 3 + VueRouter 4 + TailwindCSS + Heroicons

CDN Library: SweetAlert2 + NProgress + Momentjs

Get Started

Click Use Template or this link.

Change project name in package.json and index.html

"name": "project-name"

<!-- you may change lang as well -->
<title>Your Title</title>

Install dependency

npm i

Run dev server

npm run dev