[go: up one dir, main page]

quasar-component-wrapper
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

/quasar-component-wrapper/

    Package Sidebar

    Install

    npm i quasar-component-wrapper

    Weekly Downloads

    1

    Version

    0.0.3

    License

    none

    Unpacked Size

    229 kB

    Total Files

    7

    Last publish

    Collaborators

    • daeward98