https://github.com/posva/vue-ts-lib
Vue 3 library starter in TS with lint, auto release, changelog and tests
https://github.com/posva/vue-ts-lib
boilerplate library vue vue3
Last synced: about 1 year ago
JSON representation
Vue 3 library starter in TS with lint, auto release, changelog and tests
- Host: GitHub
- URL: https://github.com/posva/vue-ts-lib
- Owner: posva
- License: mit
- Created: 2020-08-03T13:29:08.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T17:16:41.000Z (about 1 year ago)
- Last Synced: 2025-03-28T21:05:21.341Z (about 1 year ago)
- Topics: boilerplate, library, vue, vue3
- Language: JavaScript
- Homepage:
- Size: 1.05 MB
- Stars: 162
- Watchers: 4
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/funding.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# vue-ts-lib [](https://github.com/posva/vue-ts-lib/actions/workflows/test.yml) [](https://www.npmjs.com/package/vue-ts-lib) [](https://codecov.io/github/posva/vue-ts-lib/branch/main) [](https://github.com/posva/thanks)
> Some awesome description
Demo (TODO link)
## Copying this project
You can directly create a project from this template by using the [Use this template button](https://github.com/posva/vue-ts-lib/generate) if you plan on hosting it on GitHub.
You can also use [degit](https://github.com/Rich-Harris/degit):
```sh
degit posva/vue-ts-lib
```
### Checklist of things to do when creating a lib
#### Rename the project
```sh
sed -i '' 's/vue-ts-lib/vue-global-events/g' README.md package.json .github/workflows/release-tag.yml size-checks/*
```
#### Github CI
- Added by default
## Renovate
You must add the repository in [your settings](https://github.com/settings/installations/112211).
## Remove this section
Remove the section _Checklist_ before releasing.
## Installation
```sh
yarn add vue-ts-lib
# or
npm install vue-ts-lib
```
## Usage
## API
## Related
## License
[MIT](http://opensource.org/licenses/MIT)