Matt Westcott b3e68b69fc Upgrade puppeteer to 22.x | há 6 meses atrás | |
---|---|---|
.. | ||
scss | há 5 meses atrás | |
src | há 5 meses atrás | |
storybook | há 1 ano atrás | |
tests | há 4 meses atrás | |
README.md | há 2 anos atrás | |
extract-translatable-strings.js | há 2 anos atrás | |
package-lock.json | há 3 anos atrás | |
tailwind.config.js | há 9 meses atrás | |
webpack.config.js | há 9 meses atrás |
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
.