You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.5 KiB
40 lines
1.5 KiB
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
|
|
|
|
## Getting Started
|
|
|
|
First, run the development server:
|
|
|
|
```bash
|
|
npm i
|
|
|
|
npm run dev
|
|
```
|
|
|
|
Open [http://localhost:3001](http://localhost:3001) with your browser to see the result.
|
|
|
|
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
|
|
|
|
如果遇到代码飘红报错 [试一下这个方法](https://juejin.cn/post/6844904069304156168#heading-6)
|
|
|
|
## Learn More
|
|
|
|
需要了解 Next.js 的相关信息,可以查看以下资源
|
|
|
|
- [Next.js Documentation](https://nextjs.org/docs) - 了解Next.js功能和API
|
|
- [Learn Next.js](https://nextjs.org/learn) - 交互式Next.js教程
|
|
- [Learn Next.js APP router](https://nextjs.org/learn/dashboard-app) - 交互式的 Next.js APP router教程。
|
|
|
|
## Deploy on Vercel
|
|
|
|
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
|
|
|
|
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
|
|
|
|
## todo
|
|
- [ ] 首页
|
|
- [ ] 底部播放器
|
|
- [ ] loading skeleton
|
|
- [ ] api 封装
|
|
- [ ] MP4 资源加密
|
|
- [ ] SEO [meta](https://nextjs.org/learn/dashboard-app/adding-metadata)
|