# vite-lib-template
**Repository Path**: markthree/vite-lib-template
## Basic Information
- **Project Name**: vite-lib-template
- **Description**: 开箱即用vite库模板
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2022-01-16
- **Last Updated**: 2022-02-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: vite, lib, TypeScript
## README
# vite-lib-template
开箱即用的 `vite` 库模板
## features 🦖
- pnpm 的
- vitest 测试
- typescript 的
## How to debug 🦕
### install
```shell
pnpm i
```
### test
```shell
pnpm test:watch
```
### build
```shell
pnpm build
```
### coverage
```shell
pnpm coverage
```
## License
Made with authorname
Published under [MIT License](./LICENSE).