awv3-next
The AWV client CAD framework, using Webpack & Babel ES6.
Install, build and run
git clone http://gitlab.awv-informatik.ch:30000/private/awv3-next.git
cd awv3-next
npm install
gulp
gulp test --project default
Commands
gulp // runs 'build' and 'doc'
gulp build // bablifies and minifies ES5 modules under /build, creates single webpack browser-bundle under /build/browser.js
gulp doc // builds documentation under /build/documentation
gulp test --project [name] // runs/debugs test projects under /build/_tests/[name]