# PHF 框架(PC前端) **Repository Path**: pohun/phf_client_h5 ## Basic Information - **Project Name**: PHF 框架(PC前端) - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-09 - **Last Updated**: 2021-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装 拉取代码后,在项目根目录执行`npm install`,成功后执行`npm run dev`即可启动项目(需安装nodejs+npm) # 注意事项 * 不要引入`Base.ts`,请引入`Core.ts` * 请不要修改 `components/common` 文件夹下面的所有文件 * 请不要修改 `App.vue` * 请不要修改 `views/Index.vue` * 请不要修改 `ts/Base.ts` * 请不要修改 `ts/apis/NetBase.ts` * 请不要修改 `types/Base.d.ts` * 请不要修改 `vite.config.ts` * 请不要修改 `index.html` # 如何拉取代码 1. 新建一个空文件夹 2. 将该文件夹拉入`vscode`或其他代码编辑器 3. 打开终端 4. 执行`git init`(需安装git) 5. 执行`git remote add origin https://e.coding.net/pohun/mpshop/server_client.git` 6. 执行`git pull origin master` 7. 执行`git branch develop`(新增`develop`分支) 8. 执行`git checkout develop` 9. 执行`git pull origin develop` 10. 完成 # 以下为 vue3 教学 ## Vue 3 + Typescript + Vite This template should help get you started developing with Vue 3 and Typescript in Vite. ### Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur). Make sure to enable `vetur.experimental.templateInterpolationService` in settings! #### If Using `