-
应用程序能够实现实时在JSON API上对产品进行创建、删除、编辑和更新,项目名为vuejs-crud-with-realtime-api
资源介绍
具有本地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