Rider guidance
Has anyone worked with the Vue Rider template? I am looking to get some help understanding the structure and customizing it. Willing to pay for consulting hours if anyone is interested.
Thanks!
Replies (1)
Hi,
Here are some comments for the theme main folders:
├── README.md
├── package.json
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── media | folder with all theme icons and images
├── src
│ ├── App.vue
│ ├── assets | theme core styles and ts components
│ ├── components | all theme vue main components
│ ├── core
│ ├── layout | vue layout components
│ ├── main.ts
│ ├── router | vue-router folder
│ ├── shims-vue.d.ts
│ ├── store | vuex modules folder
│ └── views | theme demo pages
├── tsconfig.json
└── vue.config.js
If you have any questions regarding our file structure, you can ask them in this question.