- 使用 Next.js 14
- 使用 Next Intl 实现国际化
- 使用 ESLint 进行代码检查
- 使用 Prettier 进行代码格式化
nextjs-template/
├── public/
├── src/
│ ├── app/
│ ├── components/
│ ├── lib/
│ ├── types/
│ └── utils/
├── .env
├── .eslintrc.js
├── .prettierrc.js
├── next.config.js
npm install
npm run dev
npm run build