custom-belt-lib / Modules
custom-belt-lib
custom-belt-lib is part of the Custom Belt Turborepo. It is a JavaScript library containing all the core functionality of Custom Belt and is meant to be imported by other UI packages such as vue-custom-belt.
🐞 Report Bugs and 🚀 Feature Requests
💻 NPM Commands
Command | Action |
---|---|
npm install | Installs all dependencies |
npm run build | Rebuilds project |
npm run build:docs | Rebuild TypeDocs |
npm run lint | Run lint for project |
npm run test | Run all test cases |
💬 Tips
- running
npm run build:docs
will generate the TypeDocs for this package and use gulp to replace the files at ../../apps/docs/docs/typedoc for inclusion with the VitePress site.