Fichiers source pour le website principal à https://eggworld.me
Go to file
2023-01-28 16:19:58 -05:00
assets/images fix: use static asset paths 2022-08-09 22:23:24 -04:00
components feat: highlight on hover for most els 2023-01-28 15:59:29 -05:00
composables fix: use correct id 2022-08-12 21:04:50 -04:00
content add wayland article 2022-12-20 18:57:02 -05:00
data feat: remove boring projects 2023-01-28 16:19:58 -05:00
layouts chore: update copyright 2023-01-28 16:11:19 -05:00
pages chore: use main instead of div for articles 2022-12-31 17:57:07 -05:00
public feat: use webp pillow 2023-01-28 16:17:53 -05:00
server/routes migrate domain 2022-11-01 00:07:14 -04:00
shared feat: use time el for date strings 2022-12-01 01:24:26 -05: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: highlight on hover for most els 2023-01-28 15:59:29 -05:00
LICENSE chore: add AGPL license 2022-07-21 16:50:35 -04:00
nuxt.config.ts chore: switch away from reactivity transform 2023-01-28 15:32:48 -05:00
package.json feat: highlight on hover for most els 2023-01-28 15:59:29 -05:00
README.md feat: add nuxt-zero-js 2022-09-11 08:53:26 -04:00
tailwind.config.js feat: shrink hr margin 2022-12-02 01:10:56 -05:00
tsconfig.json feat: add commit box 2022-08-09 11:43:20 -04:00
yarn.lock feat: highlight on hover for most els 2023-01-28 15:59:29 -05:00

Eggworld v3: Nuxt 3

After hand-written HTML and a static site generator comes Nuxt!

WARN: Volar 0.40.0 breaks all type-checking and I dont know why — stick with Volar 0.39.5.

Post-build instructions (while prerendering is bork)

  • Compile /script.ts to /script.js (tsc script.ts -m esnext -t esnext --moduleReslution node)

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

Locally preview production build:

yarn preview

Checkout the deployment documentation for more information.