First time here? Check out the FAQ!
![]() | 1 | initial version | |
the npm package is called zkless-engine
https://www.npmjs.com/package/zkless-engine https://github.com/zkoss/zkless-engine
The CLI command is zklessc
:
In order to use it you have to install it first:
E.g. globally:
npm install zkless-engine -g
zklessc
or locally:
npm install zkless-engine --save-dev
npx zklessc
![]() | 2 | No.2 Revision |
the npm package is called zkless-engine
The CLI command is zklessc
:
In order to use it you have to install it first:
E.g. globally:
npm install zkless-engine -g
zklessc
or locally:
npm install zkless-engine --save-dev
npx zklessc