Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months ago
JSON representation
Tailwind Gradient Generator Build with Vue JS, Vite, and Tailwind CSS
- Host: GitHub
- URL: https://github.com/tailwindcomponents/gradient-generator
- Owner: tailwindcomponents
- License: mit
- Created: 2021-05-24T15:01:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T17:30:11.000Z (7 months ago)
- Last Synced: 2024-08-07T23:46:35.366Z (5 months ago)
- Topics: gradient-generator, tailwindcss, vuejs
- Language: Vue
- Homepage: https://tailwindcomponents.com/gradient-generator/
- Size: 2.42 MB
- Stars: 163
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
- awesome - tailwindcomponents/gradient-generator - Tailwind Gradient Generator Build with Vue JS, Vite, and Tailwind CSS (Vue)
- jimsghstars - tailwindcomponents/gradient-generator - Tailwind Gradient Generator Build with Vue JS, Vite, and Tailwind CSS (Vue)
README
## 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 installOR
yarn install
```### Compiles and hot-reloads for development
```
npm run devOR
yarn dev
```### Compiles and minifies for production
```
npm run buildOR
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)