https://github.com/ronething/if-airpods-lose
如果 AirPods 丢失的话..
https://github.com/ronething/if-airpods-lose
Last synced: 5 months ago
JSON representation
如果 AirPods 丢失的话..
- Host: GitHub
- URL: https://github.com/ronething/if-airpods-lose
- Owner: ronething
- Created: 2019-03-24T11:33:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T13:08:44.000Z (over 7 years ago)
- Last Synced: 2025-05-18T04:36:21.407Z (about 1 year ago)
- Language: Vue
- Homepage: https://contact.ronething.cn
- Size: 446 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# If Airpods Lose
## Introduction
前阵子新 AirPods 上线并可以镌刻,于是
🍋 使用 [vue-fullpage](https://github.com/alvarotrigo/vue-fullpage.js) 实现了一个超简单 [DEMO](https://contact.ronething.cn) 不要喷我。。谢谢
只是预防有一天真的丢了 AirPods, 哪个有心人可以浏览到网站并联系我。😁

## Development
```
yarn install
// dev
yarn run serve
// build
yarn run build
// test
yarn run test
// Lints and fixes files
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).