/vue3-simple-trello

Drag-and-Drop Kanban Board similar to Trello

Primary LanguageVue

simple trello

snapshot

page1 page2 page3 page4

features

  • Drag-and-Drop : card and list.
  • card management: add、edit、delete cards
  • list management: add、delete、rename lists
    • rename title by clicking title
  • multiple tags: add tags by editing cards. comma-separated string. support tags keyword:
    • requirement-changes
    • halfway-done
    • test
    • re-test
    • waiting-for-test
    • done
  • realtime json update: all changes made to lists and cards are immediately reflected in the JSON data structure.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build