0.0.30 • Published 10 months ago
@genesislcap/pbc-documents-ui v0.0.30
Client (Web)
:hammer_and_wrench: Development
- Do the npm link between the projects:
- On genesis-file-server:
npm iandnpm link - On client app:
npm iandnpm link @genesislcap/pbc-documents-ui
- On genesis-file-server:
- On 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"- OPTIONAL if you want to use configure method to use a different design system, rather than zero as default, then change the following line :
"default": "./dist/esm/config/index.js"to"default": "./src/config/index.ts"
- OPTIONAL On client app (blank-seed, position-seed, etc.), create a file in
/srcwith the nameglobal.d.tswith this line insidedeclare module '@genesislcap/pbc-documents-ui'; - :warning: Always do a
git rollbackon thepackage.jsonbefore a commit or just don't commit it
:package: Build
- The recommended build command to be used is
genx build -b ts - Undo the following lines on 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 buildon genesis-file-server - Do a
npm run buildon client app - A
distfolder will be generated
License
Note: this project provides front end dependencies and uses licensed components listed in the next section, thus licenses for those components are required during development. Contact Genesis Global for more details.
Licensed components
Genesis low-code platform
0.0.20
1 year ago
0.0.21
1 year ago
0.0.22
12 months ago
0.0.23
12 months ago
0.0.24
12 months ago
0.0.25
12 months ago
0.0.16
1 year ago
0.0.17
1 year ago
0.0.18
1 year ago
0.0.19
1 year ago
0.0.30
10 months ago
0.0.26
12 months ago
0.0.27
12 months ago
0.0.28
11 months ago
0.0.29
10 months ago
0.0.15
1 year ago
0.0.14
1 year ago
0.0.13
2 years ago
0.0.11
2 years ago
0.0.12
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.5
2 years ago
0.0.6
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago