Skip to content
Snippets Groups Projects
Select Git revision
  • 1cea6eab2ecd0f0e853f38e0ab0159550f773c6f
  • main default protected
  • renovate/lock-file-maintenance
  • demo protected
  • person-select-custom
  • dbp-translation-component
  • icon-set-mapping
  • port-i18next-parser
  • remove-sentry
  • favorites-and-recent-files
  • revert-6c632dc6
  • lit2
  • advertisement
  • wc-part
  • automagic
  • publish
  • wip-cleanup
  • demo-file-handling
18 results

language-select

  • Clone with SSH
  • Clone with HTTPS
  • Christoph Reiter's avatar
    Reiter, Christoph authored
    Add a scope so we don't have to care about naming conflicts
    and set the verison to 0.1.0 since we don't have a stable API yet.
    1cea6eab
    History

    Language Select Web Component

    Local development

    # get the source
    git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git
    cd toolkit/packages/language-select
    
    # install dependencies
    yarn install
    
    # constantly build dist/bundle.js and run a local web-server on port 8002 
    yarn run watch-local
    
    # build local packages in dist directory
    yarn run build