zj972 / lottery

A Lottery System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lottery

A Lottery Systeam

抽奖系统

index文件在dist里,需要配置nginx和host指向,然后打开lottery.oa.com就可以啦,参考如下:

nginx.conf

server {
        listen       80;
        server_name  lottery.oa.com;

        location / {
            root   E:\SarboYang/lottery/dist;
            index  index.html index.htm;
            try_files $uri $uri/ /index.html;
        }
    }
}

host

127.0.0.1 lottery.oa.com

About

A Lottery System


Languages

Language:JavaScript 66.6%Language:Vue 30.9%Language:CSS 1.7%Language:HTML 0.9%