Skip to content

ovidiusf/trello-clone

Repository files navigation

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.