Mathieu Lirzin 99bb097093 iframe: Add proper history management преди 7 години
..
build-aux a338401d01 build: Use 'rollup-plugin-uglify' преди 7 години
examples 6dabda0815 kawa-ebook: Use bundled modules from "src" directory преди 7 години
src 99bb097093 iframe: Add proper history management преди 7 години
.dir-locals.el 32675a4b21 maint: Add ".dir-locals.el" преди 7 години
README b405dc86ae maint: Add README преди 7 години
TODO e3dd161a15 maint: Remove done entries from the TODO file преди 7 години
package.json a338401d01 build: Use 'rollup-plugin-uglify' преди 7 години
yarn.lock eb950800c0 build: Update dependencies преди 7 години

README

The build process requires that you have 'npm' and 'nodejs' installed.

to fetch the dependencies:

npm install

to build and bundle the script for the Kawa examples:

npm run build:kawa

Finally to check the result

firefox examples/kawa/index.html