Skip to content

fundgao/awesome-next

Repository files navigation

相关依赖

AIGC

ThreeJS

DEMO

SEO

这些第三方依赖不用,因为有自带的
npm i next-sitemap
npm i next-seo

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

node 版本切换

全局安装n: npm install -g n

安装最新稳定版 node: n stable

安装最新版本 node: n latest

安装某个具体node版本: n 14.16.1

删除某个版本: n rm 14.16.1

查看安装路径: n which 14.16.1

切换版本: 输入n回车 出现node版本列表,上下键移动选择切换的版本后回车(切换非n安装的node版本会报错,删掉,使用n安装即可)

以指定的版本来执行脚本: n use 14.16.1 test.js

查看已经安装的版本: n ls

查看服务器上所有可用的版本: n ls-remote --all

CSS 选择器

Open https://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

NextJS 学习项目,集成Threejs 、Web3、SEO优化、APP 路由等

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published