jagaad / create-sitecore-jss-vue

Apache License 2.0
3 stars 1 forks source link

Tutorial or Guide #1

Open fcarvalhodev opened 1 year ago

fcarvalhodev commented 1 year ago

Hello,

First I wanna say congrats for the repo with JSS, Vue and Typescript. I can imagine how much work you had to do to achieve this state. Awesome work!

Now I am wondering, is there a tutorial, step by step, or docs where I can see how the vuejs jss boilerplate with typescript was achieved ?

Thanks!

iamandrewluca commented 1 year ago

Hi @fcarvalhodev there is no tutorial for that, I just started learning Sitecore and Sitecore JSS, and all the internals. After playing with the Vue template provided by Sitecore JSS, I migrated it from vue-cli to Vite just by reading the source code.

ps: There may be just a few points to take into consideration, but should not bee too complicated, after you undersand default Vue template

ps2: Sitecore Back-office seemed too complicated for our client, and we moved away to another CMS solution. And we are not interested in maintaining this repo anymore, feel free to reuse it or inspire from it if needed. 🙂

fcarvalhodev commented 1 year ago

Oh, I see. It's unfortunate that you guys will not continue to develop this repository; the work you did is truly impressive. I plan to use it as a foundation for my solution.

I'm struggling a bit as I'm working with JSS 18, which doesn't support Vue 3 and Vite, but your repository has provided me with some clarity on how to proceed.

I completely understand the choice not to use Sitecore. I wish my client shared the same vision that yours did! Hahaha. Anyway, thank you so much @iamandrewluca

iamandrewluca commented 1 year ago

Oh, I see. It's unfortunate that you guys will not continue to develop this repository; the work you did is truly impressive.

Thanks a lot for the kind words 🙌🏼

I plan to use it as a foundation for my solution.

Feel free to use any of it 🚀 I would like also to see some continuation of it, and maybe somewhere in the future Vite to be the default for Vue Sitecore JSS.

I'm struggling a bit as I'm working with JSS 18, which doesn't support Vue 3 and Vite, but your repository has provided me with some clarity on how to proceed.

After you get some grasp of JSS and Sitcore, you realise that is just some APIs and a usual Vite Vue + SSR.

Feel free to ask any questions here, regarding this repository.

I completely understand the choice not to use Sitecore. I wish my client shared the same vision that yours did! Hahaha. Anyway, thank you so much @iamandrewluca

You're welcome!