sk-t3ch / nuxt-custom-elements-example

Examples for Nuxt Custom-Elements.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt Custom-Elements Example

This is an example project for using Nuxt Custom-Elements with Nuxt.js and plugins (VueI18n, Vuetify, ...).

For more information, see the Usage section in the documentation.

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
# start default example
#
# all examples:
# - default 
# - tailwind-css 
# - vue-i18n 
# - vue-router 
# - vuetify 
# - vuex
$ npm run dev -- examples/default

# build for production and launch server
$ npm run build -- examples/default
$ npm run start -- examples/default

# generate static project
$ npm run generate -- examples/default

For detailed explanation on how things work, check out Nuxt.js docs and Nuxt Custom-Elements docs.

About

Examples for Nuxt Custom-Elements.

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