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 --moduleReslution node
)
Look at the nuxt 3 documentation to learn more.
Setup
Make sure to install the dependencies:
Development Server
Start the development server on http://localhost:3000
Production
Locally preview production build:
Checkout the deployment documentation for more information.
Description
Languages
Vue
72.1%
TypeScript
20.9%
JavaScript
4.9%
SCSS
2.1%