Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 829 Bytes

README.md

File metadata and controls

47 lines (40 loc) · 829 Bytes

covid19support

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Data structures

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"
    }
}