Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tailwindcomponents/gradient-generator

Tailwind Gradient Generator Build with Vue JS, Vite, and Tailwind CSS
https://github.com/tailwindcomponents/gradient-generator

gradient-generator tailwindcss vuejs

Last synced: about 1 month ago
JSON representation

Tailwind Gradient Generator Build with Vue JS, Vite, and Tailwind CSS

Awesome Lists containing this project

README

        


gradinet-generator

## Tailwind Components Gradient Generator
This repo content a Gradient Generator page from [tailwindcomponents.com](https://tailwindcomponents.com/gradient-generator/), Build with Vuejs.







## Installation

### Install NPM dependency

```
npm install

OR

yarn install
```

### Compiles and hot-reloads for development
```
npm run dev

OR

yarn dev
```

### Compiles and minifies for production
```
npm run build

OR

yarn build
```

### Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

### Recommended IDE Setup

- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)