Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

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!


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

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.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(