Skip to content

Commit

Permalink
[add] Installation Document of Mini-app Developer Tool (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery authored Aug 15, 2023
1 parent 9fabab2 commit 31d51b1
Show file tree
Hide file tree
Showing 6 changed files with 3,053 additions and 2,706 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm i --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ !env.VERCEL_TOKEN || !env.VERCEL_ORG_ID || !env.VERCEL_PROJECT_ID }}
with:
node-version: 16
node-version: 18
cache: pnpm
- name: Install Dependencies
if: ${{ !env.VERCEL_TOKEN || !env.VERCEL_ORG_ID || !env.VERCEL_PROJECT_ID }}
Expand Down
24 changes: 22 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ https://ideapp.dev/Taro-Vant-MobX-ts/

## Technology stack

- Language: [TypeScript v4][2]
- Language: [TypeScript v5][2]
- Component engine: [Preact 10][3]
- State management: [MobX v4][4]
- Component suite: [AntM Vant UI v2][5] + [Bootstrap v5 (CSS utility)][7]
- Component suite: [AntM Vant UI v3][5] + [Bootstrap v5 (CSS utility)][7]
- CI / CD: GitHub [Actions][8] + [Pages][9]

## Extra components
Expand All @@ -23,6 +23,8 @@ https://ideapp.dev/Taro-Vant-MobX-ts/

## Development

### Install & Start

```shell
npm i pnpm -g
npm set strict-peer-dependencies=false
Expand All @@ -32,6 +34,24 @@ pnpm dev h5
# pnpm dev weapp
```

### Mini-app Debug

#### Windows

```shell
winget install Tencent.WeixinDevTools
winget install Tencent.qq-devtool
winget install Alibaba.MiniProgramStudio
winget install ByteDance.DouyinIDE
winget install Baidu.SwanIDE
```

#### Mac OS X

```shell
brew install --cask wechatwebdevtools
```

## Deployment

```shell
Expand Down
82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,65 +21,65 @@
"ios >= 8"
],
"dependencies": {
"@antmjs/vantui": "^3.0.2",
"@babel/runtime": "^7.22.3",
"@tarojs/components": "3.6.7",
"@tarojs/helper": "3.6.7",
"@tarojs/plugin-framework-react": "3.6.7",
"@tarojs/plugin-html": "3.6.7",
"@tarojs/plugin-http": "3.6.7",
"@tarojs/plugin-platform-alipay": "3.6.7",
"@tarojs/plugin-platform-h5": "3.6.7",
"@tarojs/plugin-platform-jd": "3.6.7",
"@tarojs/plugin-platform-qq": "3.6.7",
"@tarojs/plugin-platform-swan": "3.6.7",
"@tarojs/plugin-platform-tt": "3.6.7",
"@tarojs/plugin-platform-weapp": "3.6.7",
"@tarojs/runtime": "3.6.7",
"@tarojs/shared": "3.6.7",
"@tarojs/taro": "3.6.7",
"@vant/area-data": "^1.4.1",
"@antmjs/vantui": "^3.1.5",
"@babel/runtime": "^7.22.10",
"@tarojs/components": "3.6.13",
"@tarojs/helper": "3.6.13",
"@tarojs/plugin-framework-react": "3.6.13",
"@tarojs/plugin-html": "3.6.13",
"@tarojs/plugin-http": "3.6.13",
"@tarojs/plugin-platform-alipay": "3.6.13",
"@tarojs/plugin-platform-h5": "3.6.13",
"@tarojs/plugin-platform-jd": "3.6.13",
"@tarojs/plugin-platform-qq": "3.6.13",
"@tarojs/plugin-platform-swan": "3.6.13",
"@tarojs/plugin-platform-tt": "3.6.13",
"@tarojs/plugin-platform-weapp": "3.6.13",
"@tarojs/runtime": "3.6.13",
"@tarojs/shared": "3.6.13",
"@tarojs/taro": "3.6.13",
"@vant/area-data": "^1.5.0",
"@vant/icons": "^2.0.1",
"bootstrap": "^5.3.0",
"bootstrap": "^5.3.1",
"classnames": "^2.3.2",
"koajax": "^0.8.4",
"koajax": "^0.8.6",
"lodash.debounce": "^4.0.8",
"mobx": "^4.15.7",
"mobx-i18n": "^0.3.14",
"mobx-i18n": "^0.3.15",
"mobx-react": "^6.3.1",
"mobx-restful": "^0.6.5",
"preact": "^10.15.1",
"preact": "^10.17.0",
"query-string": "^8.1.0",
"web-utility": "^4.0.0"
"web-utility": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@octokit/openapi-types": "^17.2.0",
"@babel/core": "^7.22.10",
"@octokit/openapi-types": "^18.0.0",
"@prefresh/babel-plugin": "^0.5.0",
"@prefresh/core": "^1.5.1",
"@prefresh/webpack": "~4.0.0",
"@tarojs/cli": "3.6.7",
"@tarojs/webpack5-runner": "3.6.7",
"@tarojs/cli": "3.6.13",
"@tarojs/webpack5-runner": "3.6.13",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.2.8",
"@types/react": "^18.2.20",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"babel-plugin-import": "^1.13.6",
"babel-preset-taro": "3.6.7",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"babel-plugin-import": "^1.13.8",
"babel-preset-taro": "3.6.13",
"cross-env": "^7.0.3",
"eslint": "^8.42.0",
"eslint-config-taro": "3.6.7",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"eslint": "^8.47.0",
"eslint-config-taro": "3.6.13",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"stylelint": "^15.7.0",
"typescript": "~5.1.3",
"webpack": "~5.85.1"
"lint-staged": "^14.0.0",
"prettier": "^3.0.2",
"stylelint": "^15.10.2",
"typescript": "~5.1.6",
"webpack": "~5.88.2"
},
"prettier": {
"trailingComma": "none",
Expand Down
Loading

0 comments on commit 31d51b1

Please sign in to comment.