# vite-html-ts
**Repository Path**: zmwcodediy/vite-html-ts
## Basic Information
- **Project Name**: vite-html-ts
- **Description**: 在html中使用ts, vite环境
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-01-25
- **Last Updated**: 2022-05-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## vite-ts-html
- 只需要安装vite,即可在html中使用ts
## 安装
```
npm init -y
npm i vite
```
## vite命令
```json
{
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
}
```