Skip to content

[新型コロナウイルス 感染者状況 多次元チャート]ダッシュボードのある管理画面

License

Notifications You must be signed in to change notification settings

yoshinaga-ken/covid19-dc-vue-admin

Repository files navigation

covid19-dc-vue-admin

[🇯🇵日本語] | 🇺🇸English | 🇨🇳中文

管理画面のインタフェースvue-element-adminのダッシュボードに新型コロナウイルス 感染者状況 多次元チャート を実装。

vueの Element UI&axios&iconfont&permission control&lintを備えた最小限の管理画面テンプレート

image

デモページ

表示されているチャートのデータを変更する方法は?

感染者の属性に関してのデータはCSVファイル(covid19-data.csv)です。このファイルの内容を変更すれば他のタイプのデータの視覚化にも利用できます。 おおよそ以下のようなフォーマットになっています。

image

Project setup

# install dependency
npm install

Compiles and hot-reloads for development

npm run dev

This will automatically open http://localhost:9528

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# preview the release environment effect
npm run preview

# preview the release environment effect + static resource analysis
npm run preview -- --report

# code format check
npm run lint

# code format check and auto fix
npm run lint -- --fix

Refer to Documentation for more information

Extra

If you want router permission && generate menu by user roles , you can use this branch permission-control

For typescript version, you can use vue-typescript-admin-template (Credits: @Armour)

Related Project