sushi-ui-web
/
1.1.0
sushi-ui-web 1.1.0
Install from the command line:
Learn more about npm packages
$ npm install @zomato/sushi-ui-web@1.1.0
Install via package.json:
"@zomato/sushi-ui-web": "1.1.0"
About this version
- This project uses github package registry to publish package. Installing package from github package registry requires authentication. More information here
- Create
.npmrc
file parallel to yourpackage.json
file - Add the following content to the
.npmrc
file
@zomato:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=github personal access token with read:packages permission
- Replace the value of
_authToken
with the github personal access token havingread:packages
permission enabled - npm install --save @zomato/sushi-ui-web
- Clone the repository
- Run
npm install
- Run
npm run storybook
A browser window will open that contains documentation of every sushi web component