Skip to content

Instantly share code, notes, and snippets.

@MrAtiebatie
Last active October 11, 2019 09:39
Show Gist options
  • Save MrAtiebatie/5c556f1ab9a9f78bdcbd1988856587cc to your computer and use it in GitHub Desktop.
Save MrAtiebatie/5c556f1ab9a9f78bdcbd1988856587cc to your computer and use it in GitHub Desktop.
├─ 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