Skip to content

Instantly share code, notes, and snippets.

@MrAtiebatie
Created October 11, 2019 09:44
Show Gist options
  • Save MrAtiebatie/6bf19a23b5c2a3e30dd525a44de24fc7 to your computer and use it in GitHub Desktop.
Save MrAtiebatie/6bf19a23b5c2a3e30dd525a44de24fc7 to your computer and use it in GitHub Desktop.
├─ src/
│ ├─ components/
│ ├─ containers/
│ │ ├─ Podcasts.vue
│ ├─ routes/
│ │ └─ index.js
│ ├─ services/
│ │ └─ podcasts.js
│ ├─ store/
│ │ ├─ modules/
│ │ │ └─ podcasts.js
│ │ ├─ action.js
│ │ └─ getters.js
│ │ └─ mutations.js
│ │ └─ state.js
│ │ └─ index.js
│ ├─ tests/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment