登录 注册
当前位置:主页 > 资源下载 > 9 > 应用程序能够实现实时在JSON API上对产品进行创建、删除、编辑和更新,项目名为vuejs-crud-with-realtime-api

应用程序能够实现实时在JSON API上对产品进行创建、删除、编辑和更新,项目名为vuejs-crud-with-realtime-api

  • 更新:2024-07-04 18:10:39
  • 大小:1.42MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

具有本地JSON API的Vue CRUD应用 安装 克隆仓库git clone https://github.com/ilhan-ersoy/vuejs-crud-with-realtime-api.git 安装NPM软件包npm install 安装JSON服务器npm install -g json-server 使用一些数据创建一个db.json文件{ "arrayOfProducts": [ { "id": 3, "title": "CATE RIGID BAG123123", "price": 94.5 }, { "id": 4, "title": "Muffin", "price": "13,5", }, { "id": 5