Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logotip4ik/vue-trello
Simplified Trello clone using Vue 3.0 and vue-draggable-next
https://github.com/logotip4ik/vue-trello
Last synced: 2 days ago
JSON representation
Simplified Trello clone using Vue 3.0 and vue-draggable-next
- Host: GitHub
- URL: https://github.com/logotip4ik/vue-trello
- Owner: logotip4ik
- Created: 2020-11-17T15:50:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T16:24:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T10:02:23.726Z (over 1 year ago)
- Language: Vue
- Homepage: https://vue-trello.surge.sh
- Size: 3.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-trello
## 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/).