Fichiers source pour le website principal à https://eggworld.me
Go to file
2022-10-24 23:05:11 -04:00
assets/images fix: use static asset paths 2022-08-09 22:23:24 -04:00
components add albatross articles 2022-10-02 16:30:35 -04:00
composables fix: use correct id 2022-08-12 21:04:50 -04:00
content add new bird story 2022-10-24 23:00:10 -04:00
data tags: add bird tag description 2022-10-24 23:05:11 -04:00
layouts feat: add revisions in footer 2022-09-01 22:43:43 -04:00
pages fix: do not interpolate tag titles 2022-08-15 21:03:46 -04:00
public feat: rename scripts 2022-08-12 21:04:57 -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 feat: remove nuxt-zero-js and version bump nuxt 2022-09-15 08:21:52 -04:00
package.json feat: remove nuxt-zero-js and version bump nuxt 2022-09-15 08:21:52 -04:00
README.md feat: add nuxt-zero-js 2022-09-11 08:53:26 -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 feat: remove nuxt-zero-js and version bump nuxt 2022-09-15 08:21: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 --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.