You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Vue/Chart.js-based data visualization fetches Magic: The Gathering JSON data and charts the various card "types" present on cards for a single MTG set.
4
+
5
+
## Project setup
6
+
```
7
+
yarn install
8
+
```
9
+
10
+
### Compiles and hot-reloads for development
11
+
```
12
+
yarn serve
13
+
```
14
+
15
+
### Compiles and minifies for production
16
+
```
17
+
yarn build
18
+
```
19
+
20
+
### Lints and fixes files
21
+
```
22
+
yarn lint
23
+
```
24
+
25
+
## Notes/Todo
26
+
27
+
- Fetched sets JSON file to populate a dynamic list of set names.
0 commit comments