1
0
hugo/content/app/covid-vue-chart.md
2024-04-23 22:21:26 +09:00

21 lines
396 B
Markdown

+++
date = "2020-04-01"
title = "covid-vue-chart"
description = "| vueで書かれたcovid-19のチャート"
+++
vue + apexcharts + axios
https://github.com/syui/covid-vue-chart
```sh
$ git clone https://github.com/syui/covid-vue-chart
$ cd !:t
$ yarn install
$ yarn serve
$ yarn build
$ curl -sL https://raw.githubusercontent.com/pomber/covid19/master/docs/timeseries.json|jq ".|keys"
```