Scott Cranfill a58d56d611 Test triggering front-end build on Circle CI | vor 3 Jahren | |
---|---|---|
.. | ||
.storybook | vor 3 Jahren | |
scss | vor 2 Jahren | |
src | vor 2 Jahren | |
tests | vor 2 Jahren | |
README.md | vor 2 Jahren | |
package-lock.json | vor 3 Jahren | |
webpack.config.js | vor 2 Jahren |
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
.