/plugin-xano-auth

Primary LanguageVueMIT LicenseMIT

PLUGIN-XANO-AUTH

This is an plugin for weweb.io.

Installation

To run locally, first install all dependencies with npm install.

Start

To serve locally, run npm run serve --port=[PORT], and then go to Weweb editor, open developper popup and add localhost:[PORT] as custom plugin.

Build

Before release, you can check build error by running npm run build --name="plugin-xano-auth" --type="plugin"