/vue3-todo

Primary LanguageVueMIT LicenseMIT

To Do List

Project setup

yarn install

Run project with a single command

yarn dev

Compiles and hot-reloads for development (separated)

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Run api (separated)

yarn json-server

Json Server docs - https://github.com/typicode/json-server

Customize configuration

See Configuration Reference.

Node Version Requirement

This project requires a minimum Node version of 18.

Technologies Used

  • Vue 3 - The Progressive JavaScript Framework
  • Vuex - Vuex is a state management pattern + library for Vue.js applications
  • Vue I18n - Internationalization plugin for Vue.js
  • VueUse - Collection of Vue Composition Utilities
  • Tailwind CSS - A utility-first CSS framework packed
  • @kyvg/vue3-notification - Trigger notifications for Vue.js
  • JSON Server - Get a full fake REST API with zero coding in less than 30 seconds

Link to the App

Vue 3 Todo App