adamwathan / vue-shopify-sortable-demo

112 stars 25 forks source link

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