A universal hub for Nuxt and Vue snippets - Available for Raycast, VS Code, and more
Nuppets is more than just a snippet collection - it’s a universal hub for Nuxt and Vue development resources. Starting with carefully crafted snippets available across multiple platforms (Raycast, VS Code, and more), Nuppets aims to become the go-to resource for everything that makes Nuxt / Vue 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 snippets.
.yml file in the content/snippets directoryname: 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.