https://github.com/idea2app/vue3-taro-vant-ts
Vue 3 跨端应用脚手架(基于 TypeScript、Taro 引擎 和 Vant 组件库)
https://github.com/idea2app/vue3-taro-vant-ts
app mini-program scaffold taro vant vue
Last synced: about 1 year ago
JSON representation
Vue 3 跨端应用脚手架(基于 TypeScript、Taro 引擎 和 Vant 组件库)
- Host: GitHub
- URL: https://github.com/idea2app/vue3-taro-vant-ts
- Owner: idea2app
- Created: 2021-11-20T06:30:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T17:38:26.000Z (over 2 years ago)
- Last Synced: 2024-04-23T20:17:10.206Z (over 2 years ago)
- Topics: app, mini-program, scaffold, taro, vant, vue
- Language: JavaScript
- Homepage: https://ideapp.dev/Vue3-Taro-Vant-ts/
- Size: 873 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Vue3-Taro-Vant.ts
[Vue 3][1] 跨端应用脚手架(基于 [TypeScript][2]、[Taro 引擎][3] 和 [Vant 组件库][4])
[][5]
[][6]
[][7]
## HTML 5 演示
https://idea2app.github.io/Vue3-Taro-Vant-ts/
## 技术栈
- 编程语言: [TypeScript 5][2]
- 组件引擎: [Vue 3][1]
- 组件库: [Vant 4][4]
- CI / CD: GitHub [Actions][8] + [Pages][9]
## 本地开发
### 安装依赖
```shell
npm i pnpm -g
pnpm i
```
### 启动服务
```shell
pnpm dev weapp
```
### 小程序调试
#### 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
```
## 部署
```shell
pnpm build weapp
```
[1]: https://v3.cn.vuejs.org/
[2]: https://www.typescriptlang.org/zh/
[3]: https://taro.jd.com/
[4]: https://vant-contrib.gitee.io/vant-weapp/
[5]: https://github.com/idea2app/Vue3-Taro-Vant-ts/actions/workflows/main.yml
[6]: https://codespaces.new/idea2app/Vue3-Taro-Vant-ts
[7]: https://gitpod.io/?autostart=true#https://github.com/idea2app/Vue3-Taro-Vant-ts
[8]: https://github.com/features/actions
[9]: https://pages.github.com/