Matt Westcott b3e68b69fc Upgrade puppeteer to 22.x | преди 6 месеца | |
---|---|---|
.. | ||
scss | преди 5 месеца | |
src | преди 5 месеца | |
storybook | преди 1 година | |
tests | преди 4 месеца | |
README.md | преди 2 години | |
extract-translatable-strings.js | преди 2 години | |
package-lock.json | преди 3 години | |
tailwind.config.js | преди 9 месеца | |
webpack.config.js | преди 9 месеца |
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
.