No description
Find a file
2022-08-23 23:26:57 +02:00
app cleaning 2022-08-16 14:43:33 +02:00
components upload multiplo, validation aummaumma 2022-08-23 23:26:57 +02:00
modules add basic ws 2022-08-22 17:10:11 +02:00
pages Merge remote-tracking branch 'blat/feat/ws' 2022-08-23 00:42:55 +02:00
plugins add basic ws 2022-08-22 17:10:11 +02:00
server upload multiplo, validation aummaumma 2022-08-23 23:26:57 +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 uploads 2022-08-18 09:44:51 +02:00
nuxt.config.ts Merge remote-tracking branch 'blat/feat/ws' 2022-08-23 00:42:55 +02:00
package.json Merge remote-tracking branch 'blat/feat/ws' 2022-08-23 00:42:55 +02:00
README.md ci siamo quasi dai 2022-08-12 18:23:03 +02:00
tailwind.config.js sembra bene 2022-08-16 00:57:18 +02:00
TODO.md Update TODO.md 2022-08-23 09:22:52 +02:00
tsconfig.json un ottimo inizio 2022-08-11 09:57:51 +02:00
yarn.lock update yarn.lock 2022-08-23 00:47:56 +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.