Vite Tailwind Setup

Installation

Technologies

Quality Controls

Scripts

  • test: runs tests defined in tests folder in the project.
  • test:coverage: runs tests with coverage report.

Folder Structure

src/components

Reusable components used throughout the application should be situated here.

src/hooks

You should place application hooks in this folder with the advent of Composition API in Vue 3.

src/pages

This folder contains application pages.

src/router

This folder contains application route definitions.

src/style

Applications stylesheets should be placed here.

ℹ️ Information
You should read up on Vite to give you an overview of how these folders (/public/,/src/assets) are used.

Recommended VSCode Extensions