2023-05-31 23:05:36 -04:00
2023-05-23 16:53:24 -04:00
2022-08-12 21:04:50 -04:00
2023-05-24 12:30:48 -04:00
2023-03-09 12:14:05 -05:00
2023-05-23 18:15:31 -04:00
2022-07-21 16:50:03 -04:00
2022-07-21 16:50:03 -04:00
2022-07-21 16:50:03 -04:00
2023-02-25 12:33:30 -05:00
2022-07-21 16:50:35 -04:00
2023-04-18 19:55:55 -04:00
2023-05-23 16:31:52 -04:00
2023-02-25 12:33:30 -05:00
2022-08-09 11:43:20 -04:00
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.

Description
Fichiers source pour le website principal à
https://eggworld.me
Readme 14 MiB
Languages
Vue 72.1%
TypeScript 20.9%
JavaScript 4.9%
SCSS 2.1%