uniapp-tailwind-starter Tailwind Templates

Uniapp Tailwind Starter

A starter template based on Uniapp, Vue 3, Vite, Tailwind CSS, UV-UI, ESLint, Prettier, TypeScript, and Bun.

uniapp

Uniapp Tailwind Starter

A starter template based on Uniapp, Vue 3, Vite, Tailwind CSS, UV-UI, ESLint, Prettier, TypeScript.

Table of Contents

Features

  • Uniapp: Develop cross-platform applications with ease.
  • Vue 3: Reactive and modular approach to building user interfaces.
  • Vite: Next generation frontend tooling for fast development.
  • Tailwind CSS: Utility-first CSS framework for rapid UI development.
  • ESLint: Ensure code quality and consistency.
  • Prettier: Code formatter to maintain a consistent style.
  • TypeScript: Strongly typed programming language for JavaScript.

Getting Started

Prerequisites

Ensure you have the following software installed:

Installation

  1. Clone the repository:

    git clone https://github.com/ldystudio/uniapp-tailwind-starter.git
    cd uniapp-tailwind-starter
    
  2. Install dependencies:

    pnpm i
    
  3. Start the development server:

    pnpm run dev:h5
    or
    other
    

Usage

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.

Configuration

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Top categories

Loading Svelte Themes