@ulu/frontend
Version:
A versatile SCSS and JavaScript component library offering configurable, accessible components and flexible integration into any project, with SCSS modules suitable for modern JS frameworks.
23 lines (13 loc) • 467 B
Markdown
# Development
## Dist
- Dist can be used standalone (browser, etc) (stylesheet with everything currently)
- Used for examples in docs
- Rebuild by running `npm run build`
## Docs
## Updating SCSS
- Update sassdocs markdown by `npm run docs:update:scss`
## Updating JS Docs
- Run `npm run docs:build:js` to update jsdoc markdown
- Run `npm run types` to update Typescript declarations (extracted from JS docs)
## Building/Deploying
- Use `npm run docs:build`