mahp / Vitalis-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue 3 + Typescript + Tailwind + Vite

This template should help get you started developing with Vue 3, Typescript and Tailwind in Vite. It is worth mentioning that this model was made using the vite-vue3-tailwind-starter model as a base.

This starter template includes:

First-party plugins needed for Tailwind UI:

Recommended

The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Getting Started

npx degit Edsonalencar/Vitalis-template my-project
cd my-project
npm i         | yarn
npm run dev   | yarn dev
npm run build | yarn build

About


Languages

Language:Vue 56.6%Language:TypeScript 23.0%Language:JavaScript 12.3%Language:HTML 6.9%Language:CSS 1.2%