Fichiers source pour le website principal à https://eggworld.me
Go to file
2022-08-09 15:54:17 -04:00
assets/images feat: add hamburger icons 2022-08-07 21:11:54 -04:00
components feat: wrap long words 2022-08-09 15:54:17 -04:00
composables feat: trial hamburger menu 2022-08-07 11:37:29 -04:00
content feat: add story 2022-08-08 18:41:35 -04:00
data feat: trial hamburger menu 2022-08-07 11:37:29 -04:00
layouts feat: add site box 2022-08-08 17:49:35 -04:00
pages feat: lots of things 2022-08-09 15:37:32 -04:00
public feat: add hamburger icons 2022-08-07 21:11:54 -04:00
server/routes feat: make markdown work 2022-07-22 15:32:00 -04:00
shared fix: add github typings 2022-08-09 11:43:29 -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 feat: add dark mode 2022-07-21 22:03:35 -04:00
LICENSE chore: add AGPL license 2022-07-21 16:50:35 -04:00
nuxt.config.ts feat: lots of things 2022-08-09 15:37:32 -04:00
package.json feat: add site box 2022-08-08 17:49:35 -04:00
README.md Initial commit 2022-07-21 16:50:03 -04:00
tailwind.config.ts feat: make markdown work 2022-07-22 15:32:00 -04:00
tsconfig.json feat: add commit box 2022-08-09 11:43:20 -04:00
yarn.lock feat: add site box 2022-08-08 17:49:35 -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.