Welcome to the repository of Cruip's guides & tutorials for Vue. Here you will find the code for all the components we have developed and will develop, made in TypeScript, and ready to be integrated into your projects.
If you're new to our articles, we recommend taking a look here: Tailwind CSS Tutorials. If you're new to Cruip's ecosystem, learn more about our Tailwind CSS templates.
- How to Build a Modal Video Component with Tailwind CSS and Vue
- How to Create a Pricing Table with a Monthly/Yearly Toggle in Tailwind CSS and Vue
- How to Create a Beautiful Particle Animation with HTML Canvas
- How to Create a Spotlight Card Hover Effect with Tailwind CSS
- How to Build a Fancy Testimonial Slider with Tailwind CSS and Vue
- Using Tailwind CSS and Vue to Create Animated and Accessible Tabs
- How to Create a Feature Comparison Table with Tailwind CSS
- Building a Simple Animated Accordion Component with Tailwind CSS
- Building a Simple Animated Accordion Component with Tailwind CSS
- Creating a Sliding Text Animation with Tailwind CSS
- Create an Infinite Horizontal Scroll Animation with Tailwind CSS
- How to Create a Sticky On Scroll Effect with JavaScript
- Create a Carousel with Progress Indicators using Tailwind and Vue
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
TypeScript cannot handle type information for .vue
imports by default, so we replace the tsc
CLI with vue-tsc
for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue
types.
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:
- Disable the built-in TypeScript Extension
- Run
Extensions: Show Built-in Extensions
from VSCode's command palette - Find
TypeScript and JavaScript Language Features
, right click and selectDisable (Workspace)
- Run
- Reload the VSCode window by running
Developer: Reload Window
from the command palette.
We want you to get the most out of these resources, so here's what you need to know:
-
Usage Freedom: You are free to use these tutorials and demos for any purpose. Whether it's for personal projects, educational endeavors, or even commercial purposes, go ahead and make the most of them!
-
Respect Our Work: While you're free to use the tutorials and demos as-is, you are not allowed to redistribute them or create derivative works with the aim of making money. Let's keep it fair and respect each other's efforts.
-
Attribute and Share the Love: We kindly ask that you provide attribution when you use our work. It's easy, just retain any copyright notices or credits you find in the code. It helps spread the word about our project and allows others to discover these valuable resources too.
-
Be Creative: We love to see what you can do with our work! Feel free to create remixes or derivative works for non-commercial purposes. Play around, experiment, and have fun, as long as you stick to the same license terms.
That's it! We believe in empowering the community with knowledge and resources, and we hope these tutorials and demos help you on your journey to creating fantastic projects with Tailwind CSS.
If you have any questions or just want to say hello, don't hesitate to reach out to us at Cruip.com.
Happy coding! 🚀