A productivity hub for Nuxt and Vue.js development - Snippets, AI commands, and more tools to enhance your workflow
Nuppets is a comprehensive hub designed to empower Nuxt and Vue developers. More than just a snippet collection, Nuppets brings together a curated set of development resources—including AI commands, practical code examples, and expert techniques—focusing on integrations with Raycast. While the platform is firmly centered around Raycast at the moment, support for additional providers (like VS Code) is on the roadmap, ensuring you always have the best tools to make your development more efficient.
Actually, there is no support for VS Code yet. But it’s on the roadmap!
corepack enablebun installbun devContributing to Nuppets is straightforward! We use Nuxt Content, making it easy to add new resources.
.yml file in the content/snippets directory for examplename: component
description: Create a new Vue component with script, template, and style
keyword: cc # The keyword used to trigger the snippet (don't specify prefix or suffix)
body: |
<script setup lang="ts">
</script>
<template>
<div>
</div>
</template>
<style scoped>
</style>
That’s it! No complex setup required. The project is designed to be as simple as possible to encourage contributions.
Published under the APACHE license.
Made by @HugoRCD and community đź’›
🤖 auto updated with automd (last updated: Sat Feb 08 2025)
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.