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
- Host: GitHub
- URL: https://github.com/d3portillo/nuxt-mini-app
- Owner: D3Portillo
- Created: 2025-08-02T05:49:00.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-08-07T21:29:53.000Z (2 months ago)
- Last Synced: 2025-09-12T10:51:01.639Z (28 days ago)
- Language: Vue
- Homepage: https://nuxt-mini-app.vercel.app
- Size: 571 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```