Skip to content

code-for-hamamatsu/covid19support

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published