# AmadeusMovie **Repository Path**: amdeus-top/movie-view ## Basic Information - **Project Name**: AmadeusMovie - **Description**: 基于Vue3与arco组件库实现的toC前端官网开源项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-12-28 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

AmadeusProject

AmadeusProject 是以前后端分离为开发模式的项目,前端为各种浏览器环境,后端为node.js版本。 ## AmadeusMovie ## 依赖 - @vueuse/core ^9.9.0 - axios ^1.1.3 - echarts ^5.4.1 - pinia ^2.0.28 - sass ^1.56.1 - terser ^5.16.1 - vue 3.2.45 - vue-router ^4.1.6 ## 用法 **1. 克隆项目** **2. 切到对应目录下** **3. 安装依赖** **4. 运行到浏览器中** ```sh git clone https://gitee.com/amdeus-top/movie-view.git cd movieView npm install npm run dev ``` **打开浏览器 访问[http://localhost:5173/](http://localhost:5173/)** ### 部署 **1. 打包整个项目** **2. 运行打包后的项目** ```sh npm run build npm run preview ``` **打开浏览器 访问[http://localhost:4173/](http://localhost:4173/)** ## 前后端项目 | 项目名 | 描述 | | --- | --- | | [AmadeusMovie](https://gitee.com/amdeus-top/movie-view) | 基于Vue3与[arco](https://arco.design/vue/component/space)组件库实现的toC前端官网开源项目 | | [AmadeusMovieService](https://gitee.com/amdeus-top/movie-service) | 基于express与mongodb实现的符合RESTful接口规范,JWT认证的node.js后端开源项目| ## 页面截图 ![首页](./public/giteeDisplay/index.jpg) ![电影页](./public/giteeDisplay/xw.jpg) ![电影详情页](./public/giteeDisplay/details.png) ![新闻页](./public/giteeDisplay/news.jpg) ![文章详情页](./public/giteeDisplay/newsde.jpg) ![用户页](./public/giteeDisplay/user.jpg) ![用户空间页](./public/giteeDisplay/userspace.png)