Building a Sortable Component with Vue.js
This repository contains all of the source code for my live stream on building a renderless wrapper around Shopify's draggable library:
β Watch "Building a Sortable Component with Vue.js"
To run the examples locally, clone this repository and run:
# npm
npm install
npm run serve
# yarn
yarn
yarn serve