Fichiers source pour le website principal à https://eggworld.me
Go to file
eggy 0473de4873 fix: remove totop arrow
it's causing too many bugs because why wouldn't it
2022-08-10 21:21:27 -04:00
assets/images fix: use static asset paths 2022-08-09 22:23:24 -04:00
components fix: project images 2022-08-10 20:22:37 -04:00
composables feat: add meta descriptions 2022-08-10 20:31:16 -04:00
content fix: unknown project image 2022-08-10 19:46:02 -04:00
data feat: add remaining blogs 2022-08-10 18:05:40 -04:00
layouts fix: properly 404 2022-08-10 18:56:06 -04:00
pages fix: remove totop arrow 2022-08-10 21:21:27 -04:00
public feat: add remaining blogs 2022-08-10 18:05:40 -04:00
server/routes feat: make markdown work 2022-07-22 15:32:00 -04:00
shared feat: add image module 2022-08-10 17:22:08 -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 fix: PRERENDERING ISN'T EVEN RELEASED YET 2022-08-10 21:00:44 -04:00
package.json fix: PRERENDERING ISN'T EVEN RELEASED YET 2022-08-10 21:00:44 -04:00
README.md doc: the pain and suffering 2022-08-10 21:17:29 -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 fix: PRERENDERING ISN'T EVEN RELEASED YET 2022-08-10 21:00:44 -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.

WARN: Nuxt 3 is too new that prerendering actually renders a ton of JS and causes blinking — remove all Prose*.mjs to stop it

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.