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库模板
- Host: GitHub
- URL: https://github.com/markthree/vite-lib-template
- Owner: markthree
- License: mit
- Created: 2022-01-16T06:29:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T08:32:36.000Z (about 4 years ago)
- Last Synced: 2025-01-13T05:08:11.773Z (over 1 year ago)
- Topics: library, template, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).