У нас вы можете посмотреть бесплатно Getting started with Sitecore JSS или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video is for the beginner Sitecore JSS developers and you'll get to know about: Sitecore JSS overview Sitecore Integration and Data flow Different modes of creating a component Step by step guide for your first Sitecore JSS Application Sitecore Documentation: http://jss.sitecore.com Sitecore JavaScript (Sitecore) Module: https://dev.sitecore.net/Downloads/Si... Detailed steps followed in the video for the demo: 1) Download and Install Node.js https://nodejs.org/en/download/ 2) Install Sitecore JSS CLI npm install -g @sitecore-jss/sitecore-jss-cli 3) Create JSS Application using React.js jss create jss-demo-app react 4) Start Sitecore JSS Application cd my-first-jss-app jss start 5) Create the New component jss scaffold MyFirstComponent Add new field -- headingdescription Add component on the homepage and provide the data. Render headingdescription field 6) Test newly created component in the browser 7) Get Sitecore ready for the deployment Install Sitecore JSS Module Create an API Key Verify the layout service 8) Deploy the JSS Application jss setup jss deploy config jss deploy app --includeContent --includeDictionary 9) Test Home Item in Experience Editor 10) Run JSS Application in Connected Mode jss start:connected If you have any question/comment/feedback, please comment below.