An open API service indexing awesome lists of open source software.

https://github.com/d3portillo/nuxt-mini-app

Experiment to create nuxt based mini app for Worldchain
https://github.com/d3portillo/nuxt-mini-app

Last synced: 25 days ago
JSON representation

Experiment to create nuxt based mini app for Worldchain

Awesome Lists containing this project

README

          

# Nuxt Mini App Starter Template

This is a simple boilerplate for building worldchain Mini Apps using Nuxt 4 and Vue 3. It includes basic authentication and session management using the SIWE.

## Features

- User authentication with World App Wallet
- Session management using SIWE
- Tailwind CSS ready integration
- Simple and clean code structure

## Getting Started

To get started with this template, clone the repository and install the dependencies:

```bash
git clone https://github.com/D3Portillo/nuxt-mini-app.git
cd nuxt-mini-app
npm install
```

Then, start the development server:

```bash
npm run dev
```