zangxiyang / research-front

课题组网站前端,基于Vue3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

课题组前端

项目启动说明

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

Customize configuration

See Configuration Reference.

提交规范

示例

git commit -m "[views] 添加xxx页面"            // 新增页面
git commit -m "[fix] 修复xxx Bug"             // 修复一些问题
git commit -m "[del] 删除部分...."            // 删除部分内容
...

请按照规范格式提交,总的要求是提交前加上对应的 [xxx] 标记。

标记名 操作名
views 页面
component 组件
feature 新功能
fix 修复
refactor 重构
docs 文档
style 样式
change 修改
update 更新

tips: 提交建议使用命令行进行提交!

About

课题组网站前端,基于Vue3


Languages

Language:Vue 45.7%Language:SCSS 32.4%Language:JavaScript 13.4%Language:HTML 8.6%