Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 755 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 755 Bytes

Trello Clone Build Status

A project which uses the drag and drop API to implement a tasks dashboard similar to the Trello one.

Uses the following technologies:

  • Vue
  • Vuex
  • Vue Router
  • Tailwind
  • Drag and Drop API

Deployed using the Travis CI.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

Currently there are not tests

npm run test

Lints and fixes files

npm run lint:fix

Customize configuration

See Configuration Reference.