# uniapp-starter **Repository Path**: anguer/uniapp-starter ## Basic Information - **Project Name**: uniapp-starter - **Description**: A starter template for Vite, Vue3, Pinia, Tailwindcss and TypeScript with UniApp. - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-18 - **Last Updated**: 2023-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: uni-app, vue3, vite, Pinia, tailwindcss ## README ## UniApp Starter ### Introduction The [UniApp Starter](https://github.com/anguer/uniapp-starter) is a starter template for Vite, Vue3, Pinia, Tailwindcss and TypeScript with UniApp. ### Get Started 1. Install dependencies using pnpm: ```bash pnpm install ``` 2. Start the development server: ```bash pnpm dev:h5 # or pnpm dev:mp-weixin ``` ### Tech Stack - [UniApp](https://uniapp.dcloud.net.cn) - [Vite](https://vitejs.dev) - [Vue3](https://vuejs.org) - [TypeScript](https://www.typescriptlang.org) - [Pinia](https://pinia.vuejs.org) - [Tailwindcss](https://tailwindcss.com) - [CVA](https://cva.style/) ### Git Contribution submission specification > reference [GCM](https://www.yuque.com/arvinxx-fe/workflow/gcm-v2) - :sparkles: `feat:` Introducing new features - :bug: `fix:` Fixing a bug - :recycle: `refactor:` Refactoring code (Not Introducing features or fix) - :memo: `docs:` Add documents - `test:` Adding unit tests or e2e test - :zap: `perf:` Improving performance - :rewind: `revert:` Reverting changes or commits - :lipstick: `style:` Updating the UI and style files - `build:` Build artifacts - :construction_worker: `ci:` Working about CI build system - :construction: `wip:` Work in progress - :wrench: `chore:` Work with configuration or other stuff ### Change Log [CHANGELOG](./CHANGELOG.md) ### License The [MIT license](./LICENSE).