Skip to content
Snippets Groups Projects
Select Git revision
  • durt-stuff
  • master default protected
  • polkadart-stuff
  • dev
  • provider-to-riverpod
  • implementLightnode
  • subscribesSplit
  • hugo_RML16
  • refactorOnboardingSlideshow
  • duniterV1Latest
  • scanNetwork
  • dubp_rs
  • v0.1.28+109
  • v0.1.27+108
  • v0.1.26+107
  • v0.1.25+106
  • v0.1.25+105
  • v0.1.24+102
  • v0.1.23+101
  • v0.1.22+100
  • v0.1.22+99
  • v0.1.21+98
  • v0.1.21+97
  • v0.1.21+96
  • v0.1.21+95
  • v0.1.21+94
  • v0.1.21+93
  • v0.1.20+92
  • v0.1.19+91
  • v0.1.18+90
  • v0.1.17+89
  • v0.1.16+88
32 results

models

  • Clone with SSH
  • Clone with HTTPS
  • Site axiom-team.fr

    Look at the nuxt 3 documentation to learn more.

    Setup

    Make sure to install the dependencies:

    pnpm install --shamefully-hoist

    Development Server

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

    pnpm dev

    Production

    Build the application for production in ssr mode (should be served by node.js) :

    pnpm run build

    Build the application in static mode :

    pnpm run generate

    All the pages will be generated at this build time and accessible in .output/public/

    Locally preview production build:

    pnpm run preview

    Checkout the deployment documentation for more information.