@hubis-mo/smart-pagebuilder
v1.0.0
Published
This package exports a small set of Vue 3 components used by the page builder demo. It's prepared to be published as a library built with Vite.
Maintainers
Readme
Vue Tailwind Page Builder (library)
This package exports a small set of Vue 3 components used by the page builder demo. It's prepared to be published as a library built with Vite.
Usage
import { createApp } from 'vue'
import { PageBuilder } from 'smart-pagebuilder'
const app = createApp({})
app.component('PageBuilder', PageBuilder)
app.mount('#app')Before publishing
- Update
package.jsonname,author,repositoryto your values. - Run
npm run buildto producedist/which will be published.
