Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaobeichen/safe-button
⚙️「保险箱旋钮模拟器」模拟保险箱的旋钮,喜欢齿轮的声音
https://github.com/shaobeichen/safe-button
Last synced: about 1 month ago
JSON representation
⚙️「保险箱旋钮模拟器」模拟保险箱的旋钮,喜欢齿轮的声音
- Host: GitHub
- URL: https://github.com/shaobeichen/safe-button
- Owner: shaobeichen
- Created: 2023-07-28T13:41:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-26T11:18:02.000Z (11 months ago)
- Last Synced: 2024-11-01T15:07:37.701Z (3 months ago)
- Language: Vue
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# safe-button
https://codepen.io/GreenSock/pen/ALvYEO
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:unit
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```