1.3.0 • Published 12 months ago

@livecms/nuxt-live-edit v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

@livecms/nuxt-live-edit

npm version npm downloads License

Live content edit. Nuxt3 ready

📖 Release Notes

Setup

  1. Add @livecms/nuxt-live-edit dependency to your project
yarn add @livecms/nuxt-live-edit # or npm install @livecms/nuxt-live-edit
  1. Add @livecms/nuxt-live-edit to the modules section of nuxt.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
  },
}
  1. Add <live-edit /> to app.vue

  2. Fetch texts in app.vue setup

<script setup>
await useLiveEdit().fetchTexts();
</script>

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development playground using yarn dev

License

MIT 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