Fast Builds
Rollup + Babel + PostCSS under the hood. Vue 3 SFC out of the box. Parallel builds for up to 4 extensions at once. Watch mode with hot reload.
Write modern TypeScript, build, test and analyze extensions — with one tool.
# Install
npm install -g @bitrix/chef
# Initialize project
chef init
# Create a new extension
chef create ui.my-feature
# Build
chef build ui.my-feature
# Test
chef test ui.my-feature