Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
/ Web Public archive

ChatCat 的 Web 端,使用 Nuxt.js 搭建。

License

Notifications You must be signed in to change notification settings

ChatCat-Team/Web

Repository files navigation

Logo

ChatCat Web

ChatCat 的 Web 端,使用 Nuxt.js 搭建

功能

我们的设想是完成一个简单的、基于浏览器的聊天室,具有基本的登录、注册和重置密码的功能。

目前已经实现了用户的登录、注册、重置密码以及个人信息的修改等功能。

技术

  • 前端框架 Vue2

  • 服务端渲染 Nuxt.js

  • UI 框架 Vuetify

设计

界面和图标设计使用 Figma,部分设计稿:Figma

截图

欢迎欢迎、登录和注册页面

主页和侧栏

用户信息修改页面

设置页面

开发

开发使用 Node.js v12.18.3。

建议使用 Yarn 安装依赖:

$ yarn

运行开发版本:

$ yarn dev

运行生产版本:

$ yarn build
$ yarn start

测试

自动化测试在另一个仓库:https://github.com/ChatCat-Team/Web-Test

开源协议

MIT License