nuxt2-flare-demo

A demo project on how to use send nuxt 2 client-side errors to Flare

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Build Setup

setup .env

cp .env.dist .env

Now add your flare key to .env

install dependencies

npm install

serve with hot reload at localhost:3000

npm run dev

build for production & upload sourcemap

npm run build

# launch server
npm run start