# vite-plugin-template **Repository Path**: chaoxa/vite-plugin-template ## Basic Information - **Project Name**: vite-plugin-template - **Description**: 开箱即用的 vite 插件模板 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-05-15 - **Last Updated**: 2022-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vite-plugin-template 开箱即用的 vite 插件模板
## Features 🦖 - pnpm 的 - `vitest` 测试 - 开箱即用的 - `typescript` 的

## Usage 🦕 ### install ```shell # 工作区安装 pnpm i # 源码依赖安装 pnpm i -w ``` ### init:info ```shell pnpm init:info ``` ### test ```shell pnpm test # or pnpm test:watch ``` ### build ```shell pnpm build ``` ### coverage ```shell pnpm coverage ``` ### dev ```shell pnpm dev ``` ### publish ```shell npm publish ``` ### play ```shell # 工作区 dev pnpm play # or pnpm play:open # or pnpm play:host # or pnpm play:build # or pnpm play:preview # or pnpm play:preview:open # or pnpm play:preview:host ``` ### release ```shell pnpm release ```

## License Made with name Published under [MIT License](./LICENSE).