Integrate Magic in Vue Application

This is a simple Vue application with Magic integration to allow Passwordless login.

Deploy with Vercel

Quickstart

git clone https://github.com/magiclabs/example-vue.git
cd example-vue
mv .env.example .env
npm install
npm run serve

Get your Magic Publishable Key

Sign Up with Magic and get your VUE_APP_MAGIC_KEY

Magic Dashboard

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.