An open API service indexing awesome lists of open source software.

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: 2 months 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.

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 to Vercel
You can deploy this application to Vercel in two ways:

#### Option 1: Using the Vercel Dashboard
1. Push your code to a Git repository (GitHub, GitLab, or Bitbucket)
2. Import your project on [Vercel](https://vercel.com/import)
3. Vercel will detect it's a Vue.js project and use the correct build settings automatically

#### Option 2: Using the Vercel CLI
1. Install Vercel CLI:
```
npm install -g vercel
```
2. Run the following command in the project directory:
```
vercel
```
3. Follow the prompts to deploy your application

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).