npm install
npm run serve
npm run build
npm run lint
Edit /src/data/information.json
as below.
{
"keyword1": {
"title": "Title of this item",
"text": "Description of this item",
"url": "URL of this item"
},
"keyword2": {
"title": "Title of this item",
"text": "Description of this item",
"url": "URL of this item"
},
"keyword3": {
"title": "Title of this item",
"text": "Description of this item",
"url": "URL of this item"
}
}