# Step 1:
git clone https://github.com/boy-yan/vue3-vite-ts-template.git
# Step 2:
pnpm install
# Step 3:
pnpm dev
├── 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
Distributed under the MIT License.