Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emmo00/vue-tailwind-template
- Owner: Emmo00
- License: mit
- Created: 2024-07-24T11:14:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T11:22:07.000Z (6 months ago)
- Last Synced: 2024-07-25T17:46:14.378Z (6 months ago)
- Topics: starter, tailwind, template, vue
- Language: Vue
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).