sk-t3ch / nuxt-custom-elements

Publish your components as a vue-custom-element standalone build.

Home Page:https://nuxt-custom-elements.grabarzundpartner.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-custom-elements

nuxt-custom-elements

Grabarz & Partner - Module

main develop Sonarcloud Status

npm version npm downloads

Renovate - Status License

Publish your Components as a vue-custom-element standalone build.

Nuxt Custom-Elements allows you to export your existing project components as custom elements for integration into external pages.

Features

  • Using modern and client build
  • Export components as widgets

📖   Read more

Browsers support

For cross-browser compatibility (IE11+) the client build uses the Polyfill custom-elements

Polyfill not included in the modern build, optional include by option modernPolyfill (Learn more).

Development

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

Preview

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Build and start with express yarn start:build or npm run start:build
  4. Open endpoints via http://127.0.0.1:3000/ in Browser

or look here

License

MIT License

About

Publish your components as a vue-custom-element standalone build.

https://nuxt-custom-elements.grabarzundpartner.dev

License:MIT License


Languages

Language:JavaScript 57.4%Language:Vue 41.3%Language:Shell 0.8%Language:HTML 0.6%