/cnode-nuxt

use nuxt3 to build cnode website

Primary LanguageVue

前言

基于 Nuxt3 + Vant4 重写 cnodejs.org 社区的webapp, 部署在 vercel。

项目灵感参考@shinygang来自的Vue-cnodejs, 感谢cnodejs社区提供的API。

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.