Read-only mirror of https://github.com/statistikZH/covid19_scrapingdashboard — Kanton Zürich. Issues & pull requests at the source.
  • Vue 48%
  • JavaScript 44.9%
  • HTML 4.1%
  • Stylus 3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Michel Binder 0b15e9be11
Merge pull request #2 from statistikZH/dependabot/npm_and_yarn/standard-version-8.0.1
chore(deps-dev): bump standard-version from 7.1.0 to 8.0.1
2021-01-06 10:05:31 +01:00
src feat: raw.githack.com redirect 2020-06-26 11:01:06 +02:00
.editorconfig feat: initial commit 2020-03-27 14:26:34 +01:00
.eslintignore feat: initial commit 2020-03-27 14:26:34 +01:00
.eslintrc.js feat: initial commit 2020-03-27 14:26:34 +01:00
.gitignore feat: initial commit 2020-03-27 14:26:34 +01:00
.postcssrc.js feat: initial commit 2020-03-27 14:26:34 +01:00
.stylintrc feat: initial commit 2020-03-27 14:26:34 +01:00
babel.config.js feat: initial commit 2020-03-27 14:26:34 +01:00
CHANGELOG.md chore(release): 1.6.0 2020-06-26 11:02:31 +02:00
jsconfig.json feat: initial commit 2020-03-27 14:26:34 +01:00
LICENSE Create LICENSE 2020-03-30 11:50:23 +02:00
package-lock.json Merge pull request #2 from statistikZH/dependabot/npm_and_yarn/standard-version-8.0.1 2021-01-06 10:05:31 +01:00
package.json Merge pull request #2 from statistikZH/dependabot/npm_and_yarn/standard-version-8.0.1 2021-01-06 10:05:31 +01:00
quasar.conf.js feat: raw.githack.com redirect 2020-06-26 11:01:06 +02:00
README.md feat: add link to demo 2020-03-27 17:21:05 +01:00

Demo: link

For develop:

covid19_ogd (covid19_ogd)

A Quasar Framework app

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.