potatoeggy / public

Fichiers sources de website personnel

Home Page:https://eggworld.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 don't 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.

About

Fichiers sources de website personnel

https://eggworld.me

License:GNU Affero General Public License v3.0


Languages

Language:Vue 70.6%Language:TypeScript 22.4%Language:JavaScript 4.8%Language:SCSS 2.2%