1.8.0 • Published 5 months ago

@caweb/framework v1.8.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

This is the Official CAWebPublishing Framework frontendend toolkit used by the CAWebPublishing Service

This framework is inspired by Bootstrap

Installation

How to use this repository

There are various different scripts that can be ran

Build

npm run build - will build all colorschemes minified and unminified.
npm run build:prod - will build all colorschemes minified only.
npm run build:dev - will build all colorschemes unminified only.

npm run build:<colorscheme> - will build that specific colorscheme minified and unminified.
npm run build:<colorscheme>:prod - will build that specific colorscheme minified only.
npm run build:<colorscheme>:dev - will build that specific colorscheme unminified only.

Serve

npm run serve:<colorscheme> - will serve that specific colorscheme and also run a11y checks, css audits, jshints.
npm run serve:<colorscheme>:quick - will serve that specific colorscheme without running a11y checks, css audits, jshints.

Update scripts

npm run update-scripts - This will regenerate the build/serve commands.

Creating Entrypoints

npm run create-entrypoint - This will generate a webpack entrypoint for each of the colorschemes in the ./src/styles/colorschemes directory.

1.8.0

5 months ago

1.8.0-beta.1

6 months ago

1.8.0-beta.0

6 months ago