Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

TePuint-Club/TePuint-Club-Website

Repository files navigation

TePuint Club 的官方网站

Official website of TePuintClub

markdown

TePuintClub是一个由几个爱好计算机的学生党建立的

项目负责人:

项目网站:

如何使用

安装项目所需文件

npm install

启动项目开发服务器(支持热重载)

npm run serve

编译项目到生产环境

npm run build

运行测试

npm run test

修复项目

npm run lint

详细设置

参照 Configuration Reference.