printspots-vuejs-components
v0.1.0
Published
A collection of Vue.js components for the PrintSpots project and beyond.
Downloads
6
Readme
PrintSpots Vue.js Components
A collection of Vue.js components for the PrintSpots project and beyond.
Installation
pnpm install printspots-vuejs-componentsUsage
import { Button, GrayscaleCalibration } from 'printspots-vuejs-components';Development
- Clone the repository.
- Install dependencies:
pnpm install - Start the development server:
pnpm dev
The demo page will be available at http://localhost:5173.
Building the library
pnpm buildThis will create the distributable files in the dist directory.
