@pinks-agency/page-composer
v0.1.12
Published
PINK Page Composer
Downloads
808
Readme
PINK Page Composer
PINK Page Composer module for doing amazing things.
Features
- ⛰ Page Composer (build page contents from blocks data)
- 🚠 Page Editor (build blocks data from provided block manifests)
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add @pinks-agency/page-composer
That's it! You can now use PINK Page Composer in your Nuxt app ✨
Contribution
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Release new version
npm run release