https://github.com/yunyoujun/birthday
🎂 Happy Birthday To You!
https://github.com/yunyoujun/birthday
birthday vue
Last synced: 7 months ago
JSON representation
🎂 Happy Birthday To You!
- Host: GitHub
- URL: https://github.com/yunyoujun/birthday
- Owner: YunYouJun
- License: mit
- Created: 2018-06-30T05:18:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T05:04:31.000Z (about 2 years ago)
- Last Synced: 2024-10-29T15:49:28.509Z (12 months ago)
- Topics: birthday, vue
- Language: Vue
- Homepage: https://birthday.yunyoujun.cn
- Size: 1.45 MB
- Stars: 46
- Watchers: 2
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# birthday
[](https://github.com/YunYouJun/birthday/actions)
[Happy Birthday To You!](https://birthday.yunyoujun.cn)
## Use
If you in , then you can see in this page.
```txt
World
Hello
```| Prop | Type | Description | Default |
| ---- | ------ | --------------------- | --------------- |
| name | String | who you want to greet | null |
| msg | String | what you want to say | Happy Birthday! |### Setup
```sh
yarn
# npm run install
```### Build
```sh
yarn build
# npm run build
```### View
```sh
# http://localhost:8080
yarn serve
# npm run serve
```## Reference
[Codepen-Cake](https://codepen.io/fixcl/pen/nKFDr)
## Change Log
- 2019.01.08 | Use vue rewrite