Fichiers source pour le website principal à https://eggworld.me
Go to file
2023-06-11 21:23:58 -04:00
assets chore: smarter css 2023-06-11 21:23:58 -04:00
components feat: allow tags with spaces to be linkable 2023-06-11 21:20:41 -04:00
composables fix: use correct id 2022-08-12 21:04:50 -04:00
content fix: remove periods from filenames 2023-05-31 23:12:22 -04:00
data fix: ensure project descriptions fit at all breakpoints 2023-05-24 13:11:09 -04:00
layouts chore: fix lint issues 2023-03-09 12:14:05 -05:00
pages feat: separate tags with and without spaces 2023-05-24 12:46:44 -04:00
public fix: add eifueo images 2023-05-23 18:15:31 -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 chore: remove unused sitemap module 2023-05-31 23:05:36 -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 chore: remove unused sitemap module 2023-05-31 23:05:36 -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.