You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
YCC 4ed34d79c4 Merge branch 'main' of github.com:hainatravel/GHHub 2 years ago
public 初步完成项目结构搭建 2 years ago
src Merge branch 'main' of github.com:hainatravel/GHHub 2 years ago
.gitignore 增加忽略文件 2 years ago
README.md 初步完成项目结构搭建 2 years ago
build.bat 初步完成项目结构搭建 2 years ago
index.html 初步完成项目结构搭建 2 years ago
package.json 增加浏览器支持 2 years ago
start.bat 初步完成项目结构搭建 2 years ago
vite.config.js 增加浏览器支持 2 years ago

README.md

GHHub

Global Highlights Hub 海外供应商平台

开发设置

  1. 安装组件npm install
  2. 运行开发环境npm run dev 或者 start.bat
  3. 打包代码npm run build 或者 build.bat