-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to vite * Update gradient Colors * Update readme * Delete text file
- Loading branch information
1 parent
df335b5
commit 05773be
Showing
22 changed files
with
1,664 additions
and
9,965 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"recommendations": ["Vue.volar"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang=""> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
|
||
<meta property="og:image" content="<%= BASE_URL %>gradinet-generator.png" /> | ||
<meta property="og:image" content="/gradinet-generator.png" /> | ||
<meta property="og:title" content="Tailwind Gradient Generator" /> | ||
<meta property="og:description" content="Create perfect gradients for your tailwind CSS sites easily with zero lines of code." /> | ||
|
||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:site" content="@TwComponents" /> | ||
<meta name="twitter:title" content="Tailwind Gradient Generator" /> | ||
<meta name="twitter:description" content="Create perfect gradients for your tailwind CSS sites easily with zero lines of code." /> | ||
<meta name="twitter:image" content="<%= BASE_URL %>gradinet-generator.png" /> | ||
|
||
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> | ||
<meta name="twitter:description" | ||
content="Create perfect gradients for your tailwind CSS sites easily with zero lines of code." /> | ||
<meta name="twitter:image" content="/gradinet-generator.png" /> | ||
|
||
<link rel="icon" href="/sm-logo.svg"> | ||
<title>Tailwind Gradient Generator</title> | ||
</head> | ||
<body> | ||
<noscript> | ||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | ||
</noscript> | ||
<div id="app"></div> | ||
<!-- built files will be auto injected --> | ||
<script type="module" src="/src/main.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,23 @@ | ||
{ | ||
"name": "gradient-generator", | ||
"version": "0.1.0", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
"dev": "vite", | ||
"build": "vite build", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@tailwindcss/forms": "^0.3.3", | ||
"core-js": "^3.6.5", | ||
"vue": "^3.0.0", | ||
"@tailwindcss/forms": "^0.5.3", | ||
"vue": "^3.2.37", | ||
"vue3-clipboard": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.5.0", | ||
"@vue/cli-plugin-eslint": "~4.5.0", | ||
"@vue/cli-service": "~4.5.0", | ||
"@vue/compiler-sfc": "^3.0.0", | ||
"autoprefixer": "^9", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-vue": "^7.0.0", | ||
"postcss": "^7", | ||
"tailwindcss": "npm:@tailwindcss/postcss7-compat" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"env": { | ||
"node": true | ||
}, | ||
"extends": [ | ||
"plugin:vue/vue3-essential", | ||
"eslint:recommended" | ||
], | ||
"parserOptions": { | ||
"parser": "babel-eslint" | ||
}, | ||
"rules": {} | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not dead" | ||
] | ||
"@vitejs/plugin-vue": "^3.1.0", | ||
"autoprefixer": "^10.4.12", | ||
"postcss": "^8.4.16", | ||
"tailwindcss": "^3.1.8", | ||
"vite": "^3.1.0" | ||
} | ||
} |
File renamed without changes.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import { createApp } from 'vue'; | ||
import VueClipboard from 'vue3-clipboard' | ||
import App from './App.vue'; | ||
import './assets/app.css'; | ||
import "./main.css"; | ||
|
||
createApp(App).use(VueClipboard, { | ||
autoSetContainer: true, | ||
appendToBody: true, | ||
}).mount('#app'); | ||
}).mount('#app'); |
Oops, something went wrong.