Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 818 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 818 Bytes

Example dApp for LSPs

Example dApp showcasing UniversalProfiles and the new Token and NFT LSP7 and 8, built with Vue.js 3.

Deployment and Hosting

All example dApps on LUKSO are deployed using a custom CI/CD script to host several repositories to one domain with several subfolders. Please deploy merged changes with the GitHub Workflow in the example-hosting repository.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Test Production locally

npm install -g serve
serve -s dist

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.