Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunyoujun/birthday
🎂 Happy Birthday To You!
https://github.com/yunyoujun/birthday
birthday vue
Last synced: 18 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T05:04:31.000Z (about 1 year ago)
- Last Synced: 2024-04-14T01:50:32.465Z (7 months ago)
- Topics: birthday, vue
- Language: Vue
- Homepage: https://birthday.yunyoujun.cn
- Size: 1.45 MB
- Stars: 40
- Watchers: 2
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# birthday
[![gh-pages](https://github.com/YunYouJun/birthday/workflows/gh-pages/badge.svg)](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