Shaun Reed 4beb29331f Finish work on Vue Ajax project
+ Convert to Vue SFC
+ Use NPM and vue-cli to generate and serve project
+ README instructions
2021-12-17 10:50:54 -05:00

25 lines
351 B
JSON

{
"reviews": [
{
"name": "Joe",
"review": "Good stuff",
"rating": 4
},
{
"name": "Jack",
"review": "Bad stuff",
"rating": 1
},
{
"name": "Jerry",
"review": "Ok stuff",
"rating": 3
},
{
"name": "Jim",
"review": "Great stuff",
"rating": 5
}
]
}