This is a project to accomplish a few things
-
Learn about vue/Nuxt
- Syntax
- Data fetching
- Middlewares
- ServerSide
- API routes
- and More ...
-
This will compare a speed between Next and Nuxt Next
- Will also compare overall DX with it
Make sure to install the dependencies:
# pnpm
pnpm install
Start the development server on http://localhost:3000
pnpm run dev
pnpm build
Locally preview production build:
pnpm preview
Check out the deployment documentation for more information.