Skip to content

DummyEkko/whiteboard

Repository files navigation

vue3-whiteboard

基于canvas的画板,边写边练哈哈哈

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

Lint with ESLint

pnpm lint