Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ManukMinasyan/ffca02a76b0d21a3ba79d77b13d60427 to your computer and use it in GitHub Desktop.

Select an option

Save ManukMinasyan/ffca02a76b0d21a3ba79d77b13d60427 to your computer and use it in GitHub Desktop.
├─ src/
│ ├─ core/
│ ├─ modules/
│ │ ├─ News/
│ │ │ ├─ Components/
│ │ │ ├─ Pages/
│ │ │ ├─ Routes/
│ │ │ ├─ Services/
│ │ │ │ ├─ news.api.js
│ │ │ │ └─ news.services.js
│ │ │ ├─ Store/
│ │ │ │ ├─ news.action.js
│ │ │ │ └─ news.getters.js
│ │ │ │ └─ news.mutationTypes.js
│ │ │ │ └─ news.state.js
│ │ │ │ └─ index.js
│ │ │ ├─ Tests/
│ │ │ ├─ News.vue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment