Scott Cranfill a58d56d611 Test triggering front-end build on Circle CI | 3 år sedan | |
---|---|---|
.. | ||
.storybook | 3 år sedan | |
scss | 2 år sedan | |
src | 2 år sedan | |
tests | 2 år sedan | |
README.md | 2 år sedan | |
package-lock.json | 3 år sedan | |
webpack.config.js | 2 år sedan |
This library aims to give developers the ability to subclass and configure Wagtail's UI components.
npm install wagtail
import { Explorer } from 'wagtail';
// [...]
<Explorer />
# From the project root, start the webpack + styles compilation.
npm run start
You will also need:
The front-end is bundled at the same time as the Wagtail project.
This package also aims to be available separately on npm as
wagtail
.