Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.6 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.6 KB

vue-ts-lib Build Status npm package coverage 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 if you plan on hosting it on GitHub.

You can also use degit:

degit posva/vue-ts-lib

Checklist of things to do when creating a lib

Rename the project

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.

Remove this section

Remove the section Checklist before releasing.

Installation

yarn add vue-ts-lib
# or
npm install vue-ts-lib

Usage

API

Related

License

MIT

This project was created using the Vue Library template by posva