An open API service indexing awesome lists of open source software.

https://github.com/markthree/vite-lib-template

开箱即用的vite库模板
https://github.com/markthree/vite-lib-template

library template typescript vite

Last synced: about 1 year ago
JSON representation

开箱即用的vite库模板

Awesome Lists containing this project

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).