Skip to content

wecases/vue3.tp.2048

Repository files navigation

2048 小游戏

Project Setup

npm install or # yarn

Compile and Hot-Reload for Development

npm run dev or # yarn dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint