Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 814 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 814 Bytes

vue-simple-dnd

A simple Drag and Drop library for Vue 3.

Documentation

Read the vue-simple-dnd docs.

Contributing

This package is structured as a monorepo:

  • playground contains code for testing the package
  • package contains the actual package

Install dependencies using pnpm:

pnpm i --frozen-lockfile

Start 2 terminals:

pnpm package:dev
pnpm playground:dev

Licensing

MIT Licensed. Made with ❤️ by Florian Lefebvre.

Acknowledgements

This library was developed while working on Saturday Quiz Time. Huge thanks to William for letting me open-source it ❤️.