No description
Find a file
2022-08-15 10:35:37 +02:00
components card, cose, sistemazioni varie 2022-08-15 10:35:37 +02:00
pages card, cose, sistemazioni varie 2022-08-15 10:35:37 +02:00
server commenti 2022-08-13 11:56:59 +02:00
.gitignore un ottimo inizio 2022-08-11 09:57:51 +02:00
app.vue card, cose, sistemazioni varie 2022-08-15 10:35:37 +02:00
components.d.ts ci siamo quasi dai 2022-08-12 18:23:03 +02:00
nuxt.config.ts un ottimo inizio 2022-08-11 09:57:51 +02:00
package.json commenti 2022-08-13 11:56:59 +02:00
README.md ci siamo quasi dai 2022-08-12 18:23:03 +02:00
tailwind.config.js un ottimo inizio 2022-08-11 09:57:51 +02:00
tsconfig.json un ottimo inizio 2022-08-11 09:57:51 +02:00
yarn.lock commenti 2022-08-13 11:56:59 +02:00

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

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

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Checkout the deployment documentation for more information.