stardust-web 3.5.3-beta.2
Install from the command line:
Learn more about npm packages
$ npm install @Ultimaker/stardust-web@3.5.3-beta.2
Install via package.json:
"@Ultimaker/stardust-web": "3.5.3-beta.2"
About this version
Copyright © Ultimaker 2020-2021
This library contains components, styles, patterns, and designs for Stardust web applications.
Install using npm:
$ npm install stardust-webNOTE:
stardust-webis a private package that is hosted on GitHub packages. To install the package, you will need access. You can configure this in an.npmrcfile in your project (preferred) or in your global.npmrcin your home directory. See.npmrcfor an example and Development below on how to provide theGITHUB_TOKENenvironment variable.
See usage for more information on how to use components from the library.
First clone the repository:
$ git clone [email protected]:Ultimaker/stardust-webDevelopment requires an environment variable GITHUB_TOKEN to be available.
The most convenient way to do this is to export this token in your shell start-up files.
Ask one of your colleagues for the value of this token.
Then change to the 'stardust-web' directory and install dependencies:
$ cd stardust-web
$ npm installSee tooling for more information on the various tools that are available in the project.
Every component should start with UM followed by the component name. Try to keep the component name and the filename the same.
Add a story file to ease development and make it visible in the storybook library.
To make sure styling is visible within storybook. Add new stylsheets to _component-stylesheets.scss.
To use components in other apps, make sure the file get exported within src/index.ts
stardust-web is published to the GitHub NPM registry. For a detailed explanation see
publishing.
Every merge to master, a static version of the Storybook is published on GitHub Pages.
Details
- stardust-web
-
Ultimaker
- 6 months ago
- 79 dependencies
Assets
- stardust-web-3.5.3-beta.2.tgz
Download activity
- Total downloads 1
- Last 30 days 0
- Last week 0
- Today 0