https://github.com/yerrouhamza/taskify-vue
Taskify: A simple task management app built with Vue.js and Vuex, using Tailwind CSS for styling. Easily add, edit, and remove tasks with a user-friendly interface.
https://github.com/yerrouhamza/taskify-vue
axios-vue html5 javascript json talwindcss vuejs vuex
Last synced: about 1 year ago
JSON representation
Taskify: A simple task management app built with Vue.js and Vuex, using Tailwind CSS for styling. Easily add, edit, and remove tasks with a user-friendly interface.
- Host: GitHub
- URL: https://github.com/yerrouhamza/taskify-vue
- Owner: YerrouHamza
- Created: 2023-08-01T17:14:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T18:57:37.000Z (over 2 years ago)
- Last Synced: 2024-05-12T05:51:10.416Z (almost 2 years ago)
- Topics: axios-vue, html5, javascript, json, talwindcss, vuejs, vuex
- Language: Vue
- Homepage: https://yerrouhamza.github.io/task-manager-vue/
- Size: 521 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# task-manager-vue
## 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
```
### Deployment
```
./deploy.sh
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).