Version 2 of the another-apod-viewer using Nuxt and Nuxt UI, with simpler code. This time the API calls are proxied 💪
Version 1 is in v1
branch.
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:3000
:
pnpm run dev
Build the application for production:
pnpm run build
Locally preview production build:
pnpm run preview
pnpm run lint
pnpm run lint:fix
Look at Nuxt docs and Nuxt UI docs to learn more.