Look at Nuxt docs and Nuxt UI docs to learn more.
Create digital signatures effortlessly
Generate, customize, and download your digital signature instantly using our intuitive canvas interface. No need for complex setups or external services - everything happens right in your browser.
Made by Eco Development Studios
- Pages: 1
- Sections: 1
- Components: 4
- 💚 Nuxt - Open source framework that makes web development intuitive and powerful with the new Nuxt 4 folder structure.
- 🎛 Nuxt UI - A UI Library for Modern Web Apps.
- ✏️ Nuxt Signature Pad - Smooth signature drawing component
- 🎨 TailwindCSS - A utility-first CSS framework packed with classes.
- 😀 Heroicons - Integration with Heroicons.
- ⚡️ Vite - Powered by Vite, instant HMR.
- 🦾
<script setup lang="ts">
syntax with TypeScript support.
- Price: Free
- Released date: 27/08/24
- Version: 0.1
- Category: Drawing
- Page Speed: 90 / 100 / 100 / 90
- Compatibility: Chrome, Firefox, Safari, Brave, Arc, Edge
The components that are used are inside the app/components
folder.
# src/app/components/
- Component1 (SFC a.k.a .vue file)
- Component2 (SFC a.k.a .vue file)
We extend our heartfelt gratitude to the creators of these amazing tools that have inspired and empowered this project:
Make sure to install the dependencies:
# npm
npm install
Start the development server on http://localhost:3000
:
# npm
npm run dev
Build the application for production:
# npm
npm run build
Locally preview production build:
# npm
npm run preview
Check out the deployment documentation for more information.