crowded-clocks どこかで見た作品へのオマージュです。30秒ごとに時計たちが忙しなく動き、整列し、時を刻みます。 spec VueJS: v3.5.10 and Vite Pinia: v2.2.2 Project Setup 以下はVueインストール時のままですが、開発に役立つのでそのまま引用します。 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 Lint with ESLint npm run lint