Sample repository for developing libraries for Vue 3 using Vite.
Features
- Optimized environment for Vue 3 library
- Support Component / Plugin
- Support CommonJS & ESModule
- Support TypeScript
- Test Environment with Jest and Vue Test Utils
- Click
Use this template
button in GitHub. - Clone the forked repository to local.
- Run the following command to set up the development environment.
$ yarn
$ yarn build
$ yarn test