All Projects → wobsoriano → V Dashboard

wobsoriano / V Dashboard

Licence: mit
Dashboard starter template built with Vue 3 and Tailwind CSS.

Projects that are alternatives of or similar to V Dashboard

Usefonts
A tool to help designers and developers select their perfect fonts. It uses Google Fonts API to fetch the fonts.
Stars: ✭ 29 (-93.38%)
Mutual labels:  hacktoberfest, tailwindcss
Lichter.io
My own website and CV
Stars: ✭ 105 (-76.03%)
Mutual labels:  hacktoberfest, tailwindcss
Hacktoberfest Checker
🎃 Check how you're doing in hacktoberfest
Stars: ✭ 742 (+69.41%)
Mutual labels:  hacktoberfest, tailwindcss
Neat Starter
Starter Template for Netlify CMS, Eleventy, Alphine JS & Tailwind CSS
Stars: ✭ 104 (-76.26%)
Mutual labels:  hacktoberfest, tailwindcss
Reactive Resume
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Stars: ✭ 3,280 (+648.86%)
Mutual labels:  hacktoberfest, tailwindcss
Freek.dev
The sourcecode of freek.dev
Stars: ✭ 407 (-7.08%)
Mutual labels:  hacktoberfest, tailwindcss
Ideoxan
👩‍💻 Ideoxan is a free to use online tool to learn programming.
Stars: ✭ 29 (-93.38%)
Mutual labels:  hacktoberfest, tailwindcss
Goodwork
Self hosted project management and collaboration tool powered by TALL stack
Stars: ✭ 1,730 (+294.98%)
Mutual labels:  hacktoberfest, tailwindcss
Svelte Storybook Tailwind
A starter template for Svelte, TailwindCSS and Storybook. You can easily start your project with this template, instead of wasting time figuring out configurations for each integration.
Stars: ✭ 204 (-53.42%)
Mutual labels:  hacktoberfest, tailwindcss
Svgwave
🌊 SVG Wave is a tiny, free and beautiful SVG gradient waves generator for your UI or website desgin. It offers dead simple UI to customize, and style your waves based on your theme specifications.
Stars: ✭ 255 (-41.78%)
Mutual labels:  hacktoberfest, tailwindcss
Tails
Tails is a (no-config) copy'n paste library of templates and components crafted using TailwindCSS
Stars: ✭ 416 (-5.02%)
Mutual labels:  hacktoberfest, tailwindcss
Appbox Iosappswirelessinstallation
AppBox is a tool for iOS developers to build and deploy Development, Ad-Hoc, and In-house (Enterprise) applications directly to the devices from your Dropbox account. Download latest version -
Stars: ✭ 441 (+0.68%)
Mutual labels:  hacktoberfest
Glorytun
Multipath UDP tunnel
Stars: ✭ 437 (-0.23%)
Mutual labels:  hacktoberfest
Monk object detection
A one-stop repository for low-code easily-installable object detection pipelines.
Stars: ✭ 437 (-0.23%)
Mutual labels:  hacktoberfest
Ritchie Cli
Ritchie CLI is an open-source tool that allows to create, store and share any kind of automation, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
Stars: ✭ 437 (-0.23%)
Mutual labels:  hacktoberfest
Pdfvuer
A PDF viewer for Vue using Mozilla's PDF.js
Stars: ✭ 443 (+1.14%)
Mutual labels:  hacktoberfest
React Flatpickr
flatpickr for React
Stars: ✭ 441 (+0.68%)
Mutual labels:  hacktoberfest
Geofirestore Js
Location-based querying and filtering using Firebase Firestore.
Stars: ✭ 436 (-0.46%)
Mutual labels:  hacktoberfest
Math Worksheet Generator
Create basic addition, subtraction, multiplication and division practice questions with the answer sheet
Stars: ✭ 438 (+0%)
Mutual labels:  hacktoberfest
Product Is
Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
Stars: ✭ 435 (-0.68%)
Mutual labels:  hacktoberfest

V-Dashboard

Dashboard starter template built with Vite, Vue 3, Tailwind CSS and TypeScript.

Copied from https://github.com/tailwindcomponents/dashboard and converted to Vue.

Demo

https://v-dashboard.vercel.app/

Demo

Note if you have access to Tailwind UI, you can follow the following steps to add it:

  1. Install @tailwindcss/ui:
yarn add @tailwindcss/ui
  1. Add the plugin in tailwind.config.js without changing anything else:
// tailwind.config.js
module.exports = {
  // ...
  // rest of the config
  plugins: [require('@tailwindcss/ui')],
}

Project setup

yarn

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

License & copyright

© Robert C Soriano

Licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].