Thungghuan / halligalli

A halligalli game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

服务端环境配置 (Python Flask)

  • pipenv
    # 安装pipenv
    $ pip install pipenv
    
    # 进入虚拟环境
    $ pipenv shell
    
    # 安装依赖
    $ pipenv install
    
    # 启动服务
    $ python3 server.py

客户端环境配置 (VUE)

  • NodeJS
    # Project setup
    npm install
    
    # Compiles and hot-reloads for development
    npm run serve
    
    # Compiles and minifies for production
    npm run build
    
    # Lints and fixes files
    npm run lint

About

A halligalli game


Languages

Language:Python 47.7%Language:Vue 42.4%Language:HTML 7.7%Language:JavaScript 2.2%