imanaspaul / learn.nuxt.com

[Heavily Work in Progress] An interactive tutorial and playground for Nuxt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learn.nuxt.com

Important

This project is unfinished and heavily work in progress.

An interactive Nuxt playground for learning Nuxt. Powered by Nuxt and WebContainers.

Inspired by learn.svelte.dev.

Live Streaming

Anthony Fu is doing regular live streaming on building this project from scratch. You can watch the recordings or join the live stream on YouTube.

Development

To run this project locally, you need to have Node.js v20.0+ and pnpm installed.

After cloning the repo, run the following commands to install dependencies:

pnpm install

Then, run the following command to start the development server:

pnpm dev

The development server will be running at http://localhost:3000.

License

MIT

About

[Heavily Work in Progress] An interactive tutorial and playground for Nuxt

License:MIT License


Languages

Language:Vue 77.9%Language:TypeScript 20.8%Language:JavaScript 1.4%