Nuxt Custom-Elements allows you to export your existing project components as custom elements for integration into external pages.
- Use Vue with Shadow DOM 🥷
- Export components as widgets
📖 Learn more in the documentation
- Clone this repository
- Install dependencies using
npm installoryarn install - Start development server using
npm run devoryarn dev
- Clone this repository
- Install dependencies using
yarn installornpm install - Build and start with express
yarn start:buildornpm run start:build - Open endpoints via
http://127.0.0.1:3000/in Browser
