Aucune description

lesion 93dc75d3ba Merge remote-tracking branch 'blat/feat/ws' il y a 2 ans
app cdc2a04ff6 cleaning il y a 2 ans
components ddc0b07f7d minor il y a 2 ans
modules dbdccd45ba add basic ws il y a 2 ans
pages 93dc75d3ba Merge remote-tracking branch 'blat/feat/ws' il y a 2 ans
plugins dbdccd45ba add basic ws il y a 2 ans
server 93dc75d3ba Merge remote-tracking branch 'blat/feat/ws' il y a 2 ans
.gitignore db1b50700f un ottimo inizio il y a 2 ans
README.md 504f15edac ci siamo quasi dai il y a 2 ans
TODO.md 6a9bb59a7e todo il y a 2 ans
app.vue c1290ce317 card, cose, sistemazioni varie il y a 2 ans
components.d.ts fa55f75c7e uploads il y a 2 ans
nuxt.config.ts 93dc75d3ba Merge remote-tracking branch 'blat/feat/ws' il y a 2 ans
package.json 93dc75d3ba Merge remote-tracking branch 'blat/feat/ws' il y a 2 ans
tailwind.config.js 9642cdc906 sembra bene il y a 2 ans
tsconfig.json db1b50700f un ottimo inizio il y a 2 ans
yarn.lock dbdccd45ba add basic ws il y a 2 ans

README.md

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.