Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 497 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 497 Bytes

vue3

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

Customize configuration

See Configuration Reference.

Tasks

  • make a form to add new user to the list done
  • maintain the list data in local storage done
  • delete user from a list done
  • edit user from the list in progress