Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nacnus/todo-nuxt

The to-do project is a task management application developed using Vue.js, Nuxt.js, and Vuetify, offering an interactive and visually appealing interface for tracking and organizing tasks.
https://github.com/nacnus/todo-nuxt

nuxt nuxt2 nuxtjs todo todo-app todo-list todoapp todolist todolist-application vue vue2 vuejs vuejs2 vuetify vuetify-frontend vuetify-js vuetify2 vuetifyjs

Last synced: about 10 hours ago
JSON representation

The to-do project is a task management application developed using Vue.js, Nuxt.js, and Vuetify, offering an interactive and visually appealing interface for tracking and organizing tasks.

Awesome Lists containing this project

README

        

# Nuxt.js To Do App

## Build Setup

```bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```