0.2.8 • Published 4 months ago

@dcodegroup-au/page-builder v0.2.8

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Page Builder

This package provides functionality for a CMS-like page builder in Laravel. It includes tools for managing pages and their content, offering a seamless experience for developers and end-users.

Features

  • Integration with Vue 3 for modern frontend development.
  • Pre-built components like PageBuilder, SlideEdit, and PageRender.

Installation

You can install the package via pnpm:

pnpm install @dcodegroup-au/page-builder

Usage

Importing Components

To use the components in your Vue 3 application, import them as follows:

import { createApp } from 'vue'

import App from './App.vue'
import { PageBuilder, SlideEdit, PageRender } from '@dcodegroup-au/page-builder'
import '@dcodegroup-au/page-builder/dist/page-builder.css'

const app = createApp(App)
app.component('SlideEdit', SlideEdit)
app.component('PageBuilder', PageBuilder)
app.component('PageRender', PageRender)

app.mount('#app')

Example Application

You can run the example application included in the repository:

cd example
pnpm run dev

Development

Building the Package

To build the package, run:

pnpm run build

Publishing

This package is automatically published to the NPM registry when changes are pushed to the main branch. The publishing process is handled by a GitHub Actions workflow.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.

License

This package is licensed under the ISC License. See the LICENSE file for more details.

Support

For issues or feature requests, please visit the GitHub Issues page.

0.2.8

4 months ago

0.2.7

4 months ago

0.2.6

4 months ago

0.2.5

4 months ago

0.2.4

4 months ago

0.2.3

4 months ago

0.2.2

4 months ago

0.2.1

5 months ago

0.2.0

5 months ago

0.1.9

5 months ago

0.1.8

5 months ago

0.1.7

5 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.4

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago