https://github.com/consolejs/the-wedding
For The Wedding.
https://github.com/consolejs/the-wedding
Last synced: 5 months ago
JSON representation
For The Wedding.
- Host: GitHub
- URL: https://github.com/consolejs/the-wedding
- Owner: consolejs
- License: gpl-3.0
- Created: 2021-03-24T08:24:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T11:02:48.000Z (over 5 years ago)
- Last Synced: 2025-10-04T09:59:49.488Z (9 months ago)
- Language: Vue
- Size: 986 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.DOC.md
- License: LICENSE
Awesome Lists containing this project
README
# 程序员的婚礼邀请函
这是我之前给自己准备的婚礼邀请函,但一直到现在也没用上。最近正好有空,把代码整理了一下开源了,给各位需要的程序员小伙伴。
打开邀请函之后,会先模拟编写一段代码,编写完成之后会模拟执行,成功后则打开邀请函。在邀请函内可以填写祝福语并发送,发送成功后关闭邀请函,显示弹幕。

在线体验:https://lab.juuust.com/a/wedding
## 开发
### 前提条件
你需要安装 Node.js 环境,具备一定的前端知识。
clone 到本地之后,先安装所有依赖。
```
yarn install
```
再打开开发模式,实时调试。
```
yarn run serve
```
## 构建
构建生产版本。
```
yarn run build
```
## 测试
```
yarn run test
```
## Lints and fixes files
```
yarn run lint
```
# LICENSE
GNU General Public License v3.0