Get Started with Lightning Web Components Open Source

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ส.ค. 2019
  • With the announcement of Lightning Web Components (LWC) Open Source, developers can now leverage the same UI framework for building applications on Salesforce, and on any other platform. This opens up new possibilities for simpler code sharing, faster application building, and an overall better developer experience. Learn how to get started with LWC Open Source and how to build your first component.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 11

  • @tontran6984
    @tontran6984 4 ปีที่แล้ว +3

    I love LWC! Awesome video!

  • @VladimirHerediaR
    @VladimirHerediaR 4 ปีที่แล้ว +1

    Awesome, this is very cool stuff. Thanks for the video!!!

  • @neerajkumar247
    @neerajkumar247 4 ปีที่แล้ว

    How to use and all components that has been shown in recipes?

  • @satyajeetputhal308
    @satyajeetputhal308 4 ปีที่แล้ว +1

    How do I change the default port from 3001 to something else ? Any leads would be appreciated :)

  • @ajiteshpratapsingh3500
    @ajiteshpratapsingh3500 4 ปีที่แล้ว +3

    Can LWC open source run on Heroku ?

  • @architapatnaik8116
    @architapatnaik8116 3 ปีที่แล้ว

    Any idea, what is the theme used in the vs code

    • @SalesforceDevs
      @SalesforceDevs  3 ปีที่แล้ว +1

      Hi! The theme is Codey Midnight. You can install it here: marketplace.visualstudio.com/items?itemName=salesforce.codey-midnight

    • @architapatnaik8116
      @architapatnaik8116 3 ปีที่แล้ว

      @@SalesforceDevs Thank you. Its awesome

  • @nelsonandrade1513
    @nelsonandrade1513 3 ปีที่แล้ว

    hi, i followe the tutorial closely, but my width does not change. It is by default 100% because in the charBar.html i get an error on style={style}> and in my charBar.js file i have
    get style(){
    return 'width:${this.percentage}%;';
    }. I have the same red color error has the tutorial, but for me it does not work. How did u manage to find the sollution?