ascendia-ui-sdk-test
v1.0.17
Published
## Install library to dapp:
Readme
ascendia-ui-sdk
Install library to dapp:
Install package
yarn add ascendia-ui-sdknpm install ascendia-ui-sdkInstall peer dependencies
yarn add [email protected] [email protected] @tanstack/[email protected] [email protected]npm install [email protected] [email protected] @tanstack/[email protected] [email protected]Development
Note: Use
npmto install library dependencies or make sure to install peer dependencies
Installation and testing
# Install Yalc globally if not installed
yarn add global yalc
# Build library before linking
yarn build
# Publish library to Yalc
yalc publish
# Add library to dapp
yalc add ascendia-ui-sdkBefore release
For library
- Build before pushing to make sure it works
- Bump version in
package.json
For dapp
- Remove .yalc library from dapp (or add it to .gitignore)
- Reinstall library from npm
