1.3.0 • Published 12 months ago
@livecms/nuxt-live-edit v1.3.0
@livecms/nuxt-live-edit
Live content edit. Nuxt3 ready
Setup
- Add
@livecms/nuxt-live-edit
dependency to your project
yarn add @livecms/nuxt-live-edit # or npm install @livecms/nuxt-live-edit
- Add
@livecms/nuxt-live-edit
to themodules
section ofnuxt.config.js
{
modules: [
'@livecms/nuxt-live-edit',
],
liveEdit: {
api: process.env.LIVE_EDIT_API, // https://example.livecms.cz/api or custom API
assets: process.env.LIVE_EDIT_ASSETS, // S3 storage - https://s3.eu-central-1..
imagekit: process.env.LIVE_EDIT_IMAGEKIT, // Imagekit url - https://ik.imagekit.io/something
},
}
Add
<live-edit />
toapp.vue
Fetch texts in
app.vue
setup
<script setup>
await useLiveEdit().fetchTexts();
</script>
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development playground using
yarn dev
License
Copyright (c) David Veselý jsem@davidvesely.cz
1.3.0
12 months ago
1.2.9
1 year ago
1.2.12
1 year ago
1.2.13
1 year ago
1.2.10
1 year ago
1.2.11
1 year ago
1.2.14
1 year ago
1.2.8
1 year ago
1.2.7
1 year ago
1.2.6
1 year ago
1.2.5
1 year ago
1.2.4
1 year ago
1.2.3
1 year ago
1.2.2
1 year ago
1.2.1
1 year ago
1.1.4
3 years ago
1.1.3
3 years ago
1.1.2
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.1
3 years ago