Matt Westcott b3e68b69fc Upgrade puppeteer to 22.x | 6 mēneši atpakaļ | |
---|---|---|
.. | ||
scss | 5 mēneši atpakaļ | |
src | 5 mēneši atpakaļ | |
storybook | 1 gadu atpakaļ | |
tests | 4 mēneši atpakaļ | |
README.md | 2 gadi atpakaļ | |
extract-translatable-strings.js | 2 gadi atpakaļ | |
package-lock.json | 3 gadi atpakaļ | |
tailwind.config.js | 9 mēneši atpakaļ | |
webpack.config.js | 9 mēneši atpakaļ |
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
.