/moralis-dapp

Moralis dapp demo

Primary LanguageVue

Moralis Dapp

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Create Moralis env

create a .env file in the project root with the contents

moralisApiKey=xxx
moralisApiSecret=yyy

Deploy the Application

from the project root, run

moralis-admin-cli deploy -p dist

Useful Moralis Docs

See Docs See CLI See Database Queries See Objects / Models

View Demo

https://up2jglzlvjd2.usemoralis.com/

Customize configuration

See Configuration Reference.