/WebPlayground

My web front-end Playground

Primary LanguageVue

vue3-playground

我的前端试验场

已收录玩具:

  • 明日方舟官网粒子动态效果模拟 (damedane 模拟器)
  • 等待制作...

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Run End-to-End Tests with Cypress

npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing

Lint with ESLint

npm run lint