Skip to content

a collection website that experiments with various front-end libraries.

Notifications You must be signed in to change notification settings

wenyanlin/BearuneTools

Repository files navigation

Logo

Bearune Tools

This is a collection website built with Vue 3 and Vite that experiments with various front-end libraries, currently featuring image conversion, QR code generation, and an emoji collection.

這是一個基於 Vue 3 和 Vite 開發並嘗試使用不同前端庫的合集網站,目前有圖片轉檔、QR code、表情符號合集。

Image

Features

  • Image compression implemented with Compressor.js
  • QR Code generation using node-qrcode
  • Comprehensive Emoji collection organized by categories using EmojiAPI
  • File operations powered by JSZip and FileSaver.js

TL;DR

You can fork this project and modify it according to your needs, but please credit the original author wenyanlin in your project. Give a ⭐ if you like this website! Thanks!

您可以 fork 此專案並根據自己的需求進行修改,但請在您的專案中標示wenyanlin。如果您喜歡這個專案,歡迎給個 star ⭐!感謝!

🛠️ Built with

This project was built using these technologies.

  • Vue 3
  • Vue Router
  • SCSS
  • Tailwind CSS
  • Vite
  • VsCode

🚀 Getting Started

  1. Installation / 安裝

    npm install
  2. Start the development server / 啟動開發服務器

    npm run dev
  3. Open in browser / 在瀏覽器中打開

    http://localhost:5173