dkdj
v3.0.27
Published
dk widgets and more..
Downloads
8
Readme
dkdj
note: until WebStorm 2019.1 you'll need to
- "Help | Find Action..." on the main menu;
- Type "registry" and click "Registry..." found element;
- Find jest.test.tree.use.jasmine.reporter key and disable it.
see (https://youtrack.jetbrains.com/issue/WEB-37680) for details.
To install/build..
- make sure your
node --version
is 11.9 or better, otherwise install latest from https://nodejs.org/en/ - install yarn from https://yarnpkg.com/en/
- then
cd dkdj
yarn
webpack
To develop dkdj, use webpack --watch
instead.
To build a production version run inv build -f