# gdshop-cool-admin-vue3 **Repository Path**: feiman8888/gdshop-cool-admin-vue3 ## Basic Information - **Project Name**: gdshop-cool-admin-vue3 - **Description**: gdshop后台 基于 cool-admin-vue3-ts-vite - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-07-03 - **Last Updated**: 2021-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gdshop商城后台 基于 cool-admin-vue3-ts-vite ### 感谢 1. 前端基于 [cool-admin-vue3-vite](https://www.cool-js.com/front/vue3-vite.html) ## 项目后端 [https://gitee.com/hackchen/gdshop-admin-go-api](https://gitee.com/hackchen/gdshop-admin-go-api) ## 安装项目依赖 推荐使用 `yarn`: ```shell yarn ``` 解决 `node-sass` 网络慢的方法: ```shell yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass ``` ## 运行应用程序 安装过程完成后,运行以下命令启动服务。您可以在浏览器中预览网站 [http://localhost:9000](http://localhost:9000) ```shell yarn dev ``` ## 环境模式说明 - .env.development 开发模式变量 - .env.development.local 开发模式本地变量 - .env.production 生产模式变量 - .env.production.local 生产模式本地变量 - .env.show 演示模式变量 - .env.show.local 演示模式本地变量