Fichiers source pour le website principal à https://eggworld.me
Go to file
2022-07-21 17:11:40 -04:00
layouts feat: add initial routes 2022-07-21 17:11:40 -04:00
pages feat: add initial routes 2022-07-21 17:11:40 -04:00
server/routes Initial commit 2022-07-21 16:50:03 -04:00
.gitattributes Initial commit 2022-07-21 16:50:03 -04:00
.gitignore Initial commit 2022-07-21 16:50:03 -04:00
.nuxtignore Initial commit 2022-07-21 16:50:03 -04:00
app.vue Initial commit 2022-07-21 16:50:03 -04:00
LICENSE chore: add AGPL license 2022-07-21 16:50:35 -04:00
nuxt.config.ts Initial commit 2022-07-21 16:50:03 -04:00
package.json Initial commit 2022-07-21 16:50:03 -04:00
README.md Initial commit 2022-07-21 16:50:03 -04:00
tailwind.config.ts Initial commit 2022-07-21 16:50:03 -04:00
tsconfig.json Initial commit 2022-07-21 16:50:03 -04:00
yarn.lock Initial commit 2022-07-21 16:50:03 -04:00

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.