Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lexpeartha/trello-clone
Trello clone built for fun & learning purposes with Vue 3
https://github.com/lexpeartha/trello-clone
drag-and-drop tailwindcss vue vue3 vuex
Last synced: 14 days ago
JSON representation
Trello clone built for fun & learning purposes with Vue 3
- Host: GitHub
- URL: https://github.com/lexpeartha/trello-clone
- Owner: Lexpeartha
- License: apache-2.0
- Created: 2020-11-05T05:56:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T18:33:37.000Z (about 4 years ago)
- Last Synced: 2024-10-11T04:47:20.052Z (28 days ago)
- Topics: drag-and-drop, tailwindcss, vue, vue3, vuex
- Language: JavaScript
- Homepage: https://trello-clone-4a7bd.web.app
- Size: 254 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trello-clone
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).