Skip to content
/ vue-ts-lib Public template

Vue 3 library starter in TS with lint, auto release, changelog and tests

License

Notifications You must be signed in to change notification settings

posva/vue-ts-lib

Folders and files

NameName
Last commit message
Last commit date
Dec 4, 2023
Aug 3, 2020
Nov 5, 2020
Aug 3, 2020
Apr 7, 2021
Nov 5, 2020
Aug 3, 2020
Sep 25, 2019
Jul 29, 2021
Apr 7, 2021
Aug 3, 2020
May 17, 2021
Dec 18, 2023
Mar 29, 2021
Jul 29, 2021
Aug 3, 2020
Dec 18, 2023

Repository files navigation

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