0.0.3 • Published 1 year ago

quasar-component-wrapper v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Vue Vite TypeScript Library Starter

Why this starter?

This starter provides a minimalistic starting point for a Vue3 library written in TypeScript and using Vite. It is configured to build a library that can be published to NPM.

Installation

GitHub Template

Create a repo from this template

# use the package manager of your choice
npm i
yarn
pnpm 

Usage

# use the package manager of your choice
npm run build
yarn build
pnpm build

npm publish

Checklist

  • Replace "package-name" in vite.config.ts with the name of your library
  • Update package.json with your library's information
  • Update LICENSE with your library's license
  • Update README.md with your library's information
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago