Fichiers source pour le website principal à https://eggworld.me
Go to file
2023-05-24 12:30:48 -04:00
assets feat: force full-screen 2023-05-23 16:53:24 -04:00
components chore: clean up parsedcontent types 2023-05-24 12:25:31 -04:00
composables fix: use correct id 2022-08-12 21:04:50 -04:00
content fix: add excerpt tags 2023-05-24 12:30:48 -04:00
data feat: remove boring projects 2023-01-28 16:19:58 -05:00
layouts chore: fix lint issues 2023-03-09 12:14:05 -05:00
pages chore: clean up parsedcontent types 2023-05-24 12:25:31 -04:00
public fix: add eifueo images 2023-05-23 18:15:31 -04:00
server/routes migrate domain 2022-11-01 00:07:14 -04:00
shared chore: clean up parsedcontent types 2023-05-24 12:25:31 -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: typography attempt 1 2023-02-25 12:33:30 -05:00
LICENSE chore: add AGPL license 2022-07-21 16:50:35 -04:00
nuxt.config.ts fix: use html lang 2023-04-18 19:55:55 -04:00
package.json upgrade deps and fix nullables 2023-05-23 16:31:52 -04:00
README.md upgrade deps and fix nullables 2023-05-23 16:31:52 -04:00
tailwind.config.js feat: typography attempt 1 2023-02-25 12:33:30 -05:00
tsconfig.json feat: add commit box 2022-08-09 11:43:20 -04:00
yarn.lock upgrade deps and fix nullables 2023-05-23 16:31:52 -04: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 --moduleResolution 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.