Last active
October 11, 2019 09:39
-
-
Save MrAtiebatie/5c556f1ab9a9f78bdcbd1988856587cc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
├─ src/ | |
│ ├─ core/ | |
│ ├─ modules/ | |
│ │ ├─ Podcasts/ | |
│ │ │ ├─ components/ | |
│ │ │ ├─ pages/ | |
│ │ │ ├─ routes/ | |
│ │ │ ├─ services/ | |
│ │ │ │ ├─ podcasts.api.js | |
│ │ │ │ └─ podcasts.services.js | |
│ │ │ ├─ store/ | |
│ │ │ │ ├─ podcasts.action.js | |
│ │ │ │ └─ podcasts.getters.js | |
│ │ │ │ └─ podcasts.mutationTypes.js | |
│ │ │ │ └─ podcasts.state.js | |
│ │ │ │ └─ index.js | |
│ │ │ ├─ tests/ | |
│ │ │ ├─ Podcasts.vue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment