Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 882 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 882 Bytes

Larona Editor

Meme editor using fabricjs, vuejs, vite, daisyui, tailwind

Demo

bandicam.2024-01-07.11-15-32-715.mp4

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint