• This project
    • Loading...
  • Sign in

Hooke / jgdl

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • jgdl
  • project.config.json
  • hookehuyr's avatar
    feat: 初始化项目基础结构和功能 · d8ebf415 ...
    d8ebf415
    添加项目基础文件结构,包括页面、组件、API、状态管理等
    集成Taro4、Vue3、Pinia、TailwindCSS等技术栈
    实现授权登录、页面导航、海报生成等核心功能
    配置构建工具和开发环境
    hookehuyr authored 2025-07-01 17:04:01 +0800
project.config.json 302 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{
  "miniprogramRoot": "./dist",
  "projectname": "myApp",
  "description": "myApp",
  "appid": "touristappid",
  "setting": {
    "urlCheck": true,
    "es6": false,
    "enhance": false,
    "compileHotReLoad": false,
    "postcss": false,
    "minified": false
  },
  "compileType": "miniprogram"
}