Skip to content

PedroGuo/vue3-vite-ts-template

Repository files navigation

logo

A Simple template with
Vue3, Vite and TypeScript

A simple Vue 3 + TypeScript + Tailwind CSS project template to help you quickly build projects.

Quick Start

# Step 1:
git clone https://github.com/boy-yan/vue3-vite-ts-template.git

# Step 2:
pnpm install

# Step 3:
pnpm dev

Directory Structure

├── src/                  # Source directory 
│   ├── components/       # Component Directory 
│   ├── pages/            # Page directory 
│   ├── router/           # Routing directory 
│   ├── styles/           # Style directory 
│   ├── shared/           # Tool function directory 
│   ├── stores/            # Store directory 
│   └── main.ts           # Entry file 
├── public/               # Static resource directory 
├── README.md             # Project description document 
└── package.json          # Project profile

Features

License

Distributed under the MIT License.

About

Starter template for Tailwindcss and Vue3 + TS build-in

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published