Skip to content

NeginSal/CRUD-Vue3

Repository files navigation

About this project 🌿

This is a simple CRUD-Vue3 app.

You can do crud operation (create, read, update, delete).

It has three default values with two fields : name & username. you can delete, edit each item or add a new one.

Vue3-crud

Tech 🛠️

This app uses:

  • Vue3
  • Tailwind
  • axios
  • json-server

Scripts for running this project 📝

To the see the project in your browser you should run these two commands:

1. npm run serve

first you should use this command to runs the app in the development mode.
Open http://localhost:8080/ to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

2. npx json-server --watch data/data.json --port 8000

open a new terminal and run this command to start json-server.

Learn More 📖

You can learn more about this project in this link Vue3 crud app with json-server and axios.

About

A simple vue3 crud app with axios and json-server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors