Look at the Nuxt 3 documentation to learn more.
The project is built with pnpm.
This template is a full Nuxt 3 setup.
Make sure to install the dependencies after cloning the template/github repo:
git clone https://github.com/dazeb/Nuxt3-Gradient-Template.git
cd Nuxt3-Gradient-Template
This enables Yarn, NPM and PNPM to use the same dependencies.
corepack enable
# npm
npm install
# pnpm
pnpm i
# yarn
yarn install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
Dark and light theme