Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

升级项目依赖 #26

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

年会抽奖程序,3D 球体抽奖,支持奖品信息配置,参与抽奖人员信息`Excel`导入,抽奖结果`Excel`导出

如果该程序对你有帮助😎😎😎,希望给个⭐**star**喔。😘😘😘😍🥰🎉🎈🎃
如果该程序对你有帮助 😎😎😎 ,希望给个 ⭐ ***star*** ⭐ 喔。😘 😘 😘 😍 🥰 🎉 🎈🎃

> github 地址: [https://github.com/moshang-xc/lottery](https://github.com/moshang-xc/lottery)

## 技术

技术:Node + Express + Three.js

webpack: 已经更新到 🎉 [webpack5](https://webpack.docschina.org/) 🎉

后台通过`Express`实现

前端抽奖界面通过`Three.js`实现 3D 抽奖球,引用了`Three.js`的官方 3D 示例
Expand Down Expand Up @@ -41,20 +43,20 @@ cd lottery

# 服务端插件安装
cd server
npm install
yarn

# 前端插件安装
cd ../product
npm install
yarn

# 打包
npm run build
yarn build

# 运行
npm run serve
yarn start

# 开发调试
npm run dev
yarn dev

```

Expand Down Expand Up @@ -147,5 +149,6 @@ const EACH_COUNT = [1, 1, 5];
```js
const COMPANY = "MoShang";
```

## License
MIT
Loading