svelte-ui
/
0.0.4
svelte-ui 0.0.4
Install from the command line:
Learn more about npm packages
$ npm install @significa/svelte-ui@0.0.4
Install via package.json:
"@significa/svelte-ui": "0.0.4"
About this version
This project is responsible for Significa's Svelte UI library. Storybook preview available at significa-svelte-ui.vercel.app.
This package is published in the GitHub package registry as @significa/significa-svelte-ui.
- Generate a new github PAT (Classic Personal Access Token).
Grant
read:packages
Download packages from GitHub Package Registry. - Run
npm login --scope=@significa --registry=https://npm.pkg.github.com
. In the interactive CLI set your GitHub handle as the username and the newly generated PAT as the password (email can be anything).
More instructions in Working with the npm registry.
- Ensure you are using the Node version in the .nvmrc file (ex:
nvm use
). - Install the dependencies with
npm install
. - Start Storybook's component preview server with
npm run storybook
. Access it athttp://localhost:6006/
.
Just create a new release with a semver compliant name, prefixed by v
. Ex: v1.2.3
, v1.2.3-sample
.