0.0.5 • Published 3 years ago

vite-lib-test-2 v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Vaguer

This repo provides a basic setup for developing component libraries in Vite with Vue 3

Features

  • Type Generation
  • Tailwind CSS via WindiCSS
  • Automatically export and register all components in ./src/components via vite-plugin-generate-exports
  • ./demo folder where you can test your components

Checklist

After you clone the repo there are a few things you are going to want to change.

  • Rename name field in package.json
  • Rename module and main fields in package.json(for example "module": "./dist/[my-package].js")
  • Make the same changes in the previous step to the exports field
  • Change the author name in LICENSE
  • Clean up the README

Commands

npm run dev # Will run the demos app so you can see your components
npm run build # Will build your components into a library and generate types
0.0.1

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.0

3 years ago