https://github.com/domicoder/vuello
Vuello is a project management platform designed to take your productivity and collaboration to the next level. With a philosophy focused on simplicity and efficiency, it is now easier to organize your projects in an intuitive and visual way.
https://github.com/domicoder/vuello
css frontend html javascript trello vue2 vue2js web-development
Last synced: 5 months ago
JSON representation
Vuello is a project management platform designed to take your productivity and collaboration to the next level. With a philosophy focused on simplicity and efficiency, it is now easier to organize your projects in an intuitive and visual way.
- Host: GitHub
- URL: https://github.com/domicoder/vuello
- Owner: domicoder
- Created: 2024-07-20T03:35:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T03:47:17.000Z (almost 2 years ago)
- Last Synced: 2025-09-10T00:33:19.624Z (10 months ago)
- Topics: css, frontend, html, javascript, trello, vue2, vue2js, web-development
- Language: Vue
- Homepage:
- Size: 769 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuello
## ๐ฑ Project setup
```
npm install
```
### ๐ฅ Compiles and hot-reloads for development
```
npm run serve
```
### ๐ฆ Compiles and minifies for production
```
npm run build
```
### ๐งช Run your unit tests
```
npm run test:unit
```
### ๐
Lints and fixes files
```
npm run lint
```
### โ ๏ธ Status:
We are improving this project to use Vue 3 + Vite + Pinia + modern tools
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).