This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.
这是一个我自创的用于浏览中国院线电影信息的Web应用网站。
项目调用了猫眼电影API,这里是文档:
https://apis.netstart.cn/maoyan/
- 克隆仓库到本地:
git clone https://github.com/Abalone27/Chinese-Film-Browse.git
- 进入项目目录并安装依赖:
cd Chinese-Film-Browse
npm install
- 运行开发服务器:
npm run dev
- 通过浏览器访问
http://localhost:3000
。
通过该应用程序,用户可以轻松浏览和筛选中国国内上映电影信息。用户可以点击电影查看详细信息,包括导演、主演、类型等。
如果你想为这个项目做出贡献,请遵循以下步骤:
- Fork 这个仓库
- 创建你的功能分支 (
git checkout -b feature/your-feature
) - 提交你的更改 (
git commit -m 'Add some feature'
) - 推送到分支 (
git push origin feature/your-feature
) - 打开一个 Pull Request
该项目使用 MIT 许可证。
如果你有任何问题或建议,请通过 我的邮箱 联系我。