Skip to content
On this page

Whiskey

TIP

a tool for packaging vue component

NPM version NPM downloads

Introduction

  • [x] vite supports component packaging and preview
  • [x] vite-press support documentation
  • [x] eslint,prettier supports code formatting
  • [x] standard-version supports publish deployments

Setup

sh

// Use npm
$ npm create whiskey my-component

// Use yarn
$ yarn create whiskey my-component

// Use pnpm
$ pnpm create whiskey my-component

LICENSE

MIT