Skip to content

DjakeDjone/millionaer_nuxt

Repository files navigation

Wer wird Millionär

Install the tauri app

First download the app from src-tauri/target/release/msi/millionaer_0.1.0_x64_en-US.msi Then install it on your computer.

Nuxt 3 Minimal Starter (for the web-application)

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm (recommended)
npm npx nuxi generate

# pnpm
pnpm npx nuxi generate

# yarn
yarn npx nuxi generate

Locally preview production build:

# 
npx serve .output/public 

Check out the deployment documentation for more information.

Add a question

Add your Question to the Array 'questions_container' in app.vue.
Then rebuild the app:

# tauri app
cargo tauri build
# die Installationsdatei ist in /src-tauri/target/release/bundle/msi/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published