A starter template based on Uniapp, Vue 3, Vite, Tailwind CSS, UV-UI, ESLint, Prettier, TypeScript.
Ensure you have the following software installed:
Clone the repository:
git clone https://github.com/ldystudio/uniapp-tailwind-starter.git
cd uniapp-tailwind-starter
Install dependencies:
pnpm i
Start the development server:
pnpm run dev:h5
or
other
Customize your project by editing the source files under the src
directory. You can add new pages, components, and styles as needed. Tailwind CSS classes can be used to style your components efficiently.
Configure ESLint, Prettier, Tailwind, and TypeScript by editing the corresponding configuration files in the project root. Refer to the documentation of each tool for detailed configuration options.
This project is licensed under the MIT License. See the LICENSE file for details.