First download the app from src-tauri/target/release/msi/millionaer_0.1.0_x64_en-US.msi Then install it on your computer.
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
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 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/