Matt Westcott c849da2eb7 Revert "Move entrypoints into an admin subfolder" | 3 rokov pred | |
---|---|---|
.. | ||
scss | 4 rokov pred | |
src | 3 rokov pred | |
tests | 4 rokov pred | |
README.md | 7 rokov pred | |
webpack.config.js | 3 rokov pred |
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
.