https://github.com/ntnyq/taro-vue3-zhihudaily
:iphone: ZhihuDaily wechat app based on Taro and Vue.
https://github.com/ntnyq/taro-vue3-zhihudaily
miniprogram nutui taro vue vue3 weapp wechat
Last synced: about 1 month ago
JSON representation
:iphone: ZhihuDaily wechat app based on Taro and Vue.
- Host: GitHub
- URL: https://github.com/ntnyq/taro-vue3-zhihudaily
- Owner: ntnyq
- License: mit
- Created: 2022-05-21T14:03:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T06:28:01.000Z (about 2 months ago)
- Last Synced: 2025-04-21T07:40:20.341Z (about 2 months ago)
- Topics: miniprogram, nutui, taro, vue, vue3, weapp, wechat
- Language: Vue
- Homepage:
- Size: 2.54 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# taro-vue3-zhihudaily
> ZhihuDaily wechat app based on Taro and Vue v3.
[](https://github.com/ntnyq/taro-vue3-zhihudaily/actions)
[](https://github.com/ntnyq/taro-vue3-zhihudaily/blob/main/LICENSE)## Development
[pnpm v10](https://pnpm.io) and **node >= v18.18.0** is required.
```shell
# Install deps
pnpm install# Build for development
pnpm run dev# Build for production
pnpm run build
```## Features
- ⚡️ [Vue 3](https://github.com/vuejs/core), [esbuild](https://github.com/evanw/esbuild), [Taro](https://taro-docs.jd.com/docs)
- 📦 Package manage via [pnpm](https://pnpm.io)
- 🍍 State Management via [Pinia](https://pinia.vuejs.org)
- 🔥 Use the new [``](https://github.com/vuejs/rfcs/pull/227) syntax
- 🦾 Strong typecheck via [TypeScript](https://www.typescriptlang.org)
- 🎨 UI components build on top of [NutUI](https://nutui.jd.com/#/zh-CN/component/button)
- 📥 Code style check before git commit via [husky](https://typicode.github.io/husky), [nano-staged](https://github.com/usmanyunusov/nano-staged), [eslint](https://eslint.org)
- 🦔 Use subPackage to avoid the 2MB limit of wechat app## QRCode

## License
[MIT](./LICENSE) License © 2022 to PRESENT [ntnyq](https://github.com/ntnyq)