Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
lse-component-library
Advanced tools
Currently to access the Library via the Executive Education Storybook instance you need to execute npm run storybook
in both the Executive Education & Component Library directories on your machine. This will run instances of Storybook on ports 6006
& 7006
for the respective projects.
Once both Storybook instances are active you'll be able to view the Component Library directly in the Executive Education instance.
To access the built components from the Library you'll have to execute a shell command to copy the build files to the Component Library inside the project you're working on. Use the snippet below to create your copybuild.sh
file & amend PATH_TO_THE_PROJECT
with the root directory of the project you wish to access the Library from.
npm run build
PROJECT_PATH='PATH_TO_THE_PROJECT/node_modules/@lse/component-library/dist'
cp dist/index.js $PROJECT_PATH
FAQs
A shared component library for LSE Projects
The npm package lse-component-library receives a total of 1 weekly downloads. As such, lse-component-library popularity was classified as not popular.
We found that lse-component-library demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.