Skip to content

cloudflyme/cv-navigation-nuxt

Repository files navigation

该版本并非线上版本,线上版本使用的svelte,这个nuxt是上个版本,一样能够使用

主要因为这个svelte 我也在摸索,这个nuxt也是使用vue3,开发起来也方便

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.