Skip to content

NJUPT-SAST/sast-lottery

Repository files navigation

SAST Lottery — SAST 抽奖系统

中文

This project was build with Vue 3 in Vite.

Usage

Navigate to the “Namelist import” page, and upload a CSV file with the following format, which can be directly exported from Jinshuju.

序号,学号,姓名
1,B20031001,张三
2,B20031002,李四
3,Q20031003,王五

The list can be any length, while empty lines, trailing commas, the first row and the first column will be ignored.

After importing, you can navigate to the “Lottery” page, and click the button in the middle of the page to start the lottery.

Prerequisites

  • Node.js, v20 or later recommended.
  • pnpm. npm or yarn may be sufficient for building, but they are not tested. Use them at your own risk.

Recommended IDE Setup

Project Setup Scripts

Install Dependencies

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint and Stylelint

pnpm lint

About

南邮校大学生科协抽奖系统 Raffle system for meetings of SAST, NJUPT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published