/digital-signature

Generate, customize, and download your digital signature instantly using our intuitive canvas interface.

Primary LanguageVue

cover-sokol-background

Signature | Digital Signature in Seconds

Look at Nuxt docs and Nuxt UI docs to learn more.

About

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

Tech Stack

  • 💚 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.

Specifications

  • 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

Folder and Component Structrue

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)

Credits and Acknowledgements

We extend our heartfelt gratitude to the creators of these amazing tools that have inspired and empowered this project:

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

Production

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.