Skip to content

learning and practicing with vuejs, check the branches for each task

Notifications You must be signed in to change notification settings

Yusuf-00/devCamp-vue3

Repository files navigation

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