@genesislcap/pbc-notify-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.30 • Public • Published

Client (Web)

🛠️ Development

  • Do the npm link between the projects:
    • On pbc-notify-ui: npm i and npm link
    • On client app: npm i and npm link @genesislcap/pbc-notify-ui
  • On pbc-notify-ui package.json change the following lines:
    • "main": "dist/esm/index.js", to "main": "src/index.ts",
    • "default": "./dist/esm/index.js" to "default": "./src/index.ts"
  • ⚠️ Always do a git rollback on the package.json before a commit or just don't commit it

📦 Build

  • The recommended build command to be used is genx build -b ts
  • Undo the following lines on pbc-notify-ui [package.json] (package.json):
    • "main": "src/index.ts", to "main": "dist/esm/index.js",
    • "default": "./src/index.ts" to "default": "./dist/esm/index.js"
  • Do a npm run build on pbc-notify-ui
  • Do a npm run build on client app
  • A dist folder will be generated with the front-end

Readme

Keywords

none

Package Sidebar

Install

npm i @genesislcap/pbc-notify-ui

Weekly Downloads

71

Version

1.0.30

License

SEE LICENSE IN license.txt

Unpacked Size

213 kB

Total Files

245

Last publish

Collaborators

  • genesisnpm