Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emmo00/vue-tailwind-template

Starter template for Vue and Tailwind
https://github.com/emmo00/vue-tailwind-template

starter tailwind template vue

Last synced: about 15 hours ago
JSON representation

Starter template for Vue and Tailwind

Awesome Lists containing this project

README

        

# Vue SPA with Tailwind Starter Template

By Emmo00

A starter template for building Single Page Applications (SPAs) using Vue.js and Tailwind CSS. This template is designed to get you up and running quickly with a modern stack including Vue 3, Tailwind CSS 3, and Vite for fast development without having to install and configure Tailwind every single time.

- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [How to Use](#how-to-use)
- [Installation](#installation)
- [Running Locally](#running-locally)
- [Contributing](#contributing)
- [License](#license)

## Getting Started

This template provides a foundation for building SPAs with Vue.js and Tailwind CSS. It leverages Vite for efficient build processes.

## Prerequisites

- Node.js (>=14)
- Yarn or NPM
- Git

## How to use

1. Above the file list of [this](#vue-spa-with-tailwind-starter-template) repository, click Use this template.
2. Select Create a new repository.
3. Use the Owner dropdown menu to select the account you want to own the repository.
4. Type a name for your repository, and an optional description.
5. Click Create repository from template.

>!! More Info on [GitHub Docs](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)

## Installation

1. Clone the repository:

```bash
git clone
```

2. Navigate to the project directory:

```bash
cd
```

3. Install dependencies:

```bash
npm install
```

or

```bash
yarn install
```

## Running Locally

This starts the development server. Open `http://localhost:5173/` in your browser to see the application.

## Contributing

Feel free to suggest and contribute changes.

## License

This project is licensed under the MIT [License](LICENSE).