国外MOSE官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
hflllll 064c44a7f8 '加急加急' 9 months ago
.vscode '初版UI' 10 months ago
public '加急加急' 9 months ago
src '加急加急' 9 months ago
.gitignore fix: 回退video.js版本至7.21.7以解决兼容性问题 10 months ago
README.md '初版UI' 10 months ago
build-ignore-errors.bat '加急加急' 9 months ago
build-ignore-errors.sh '加急加急' 9 months ago
dist.zip fix: 回退video.js版本至7.21.7以解决兼容性问题 10 months ago
index.html '加急加急' 9 months ago
jiegou.txt '还剩下i18N的一点bug' 10 months ago
need.txt 'UI修改' 10 months ago
need2.md 'UI修改' 10 months ago
package-lock.json '加急加急' 9 months ago
package.json '加急加急' 9 months ago
tsconfig.app.json '初版UI' 10 months ago
tsconfig.build.json '加急加急' 9 months ago
tsconfig.build.tsbuildinfo '加急加急' 9 months ago
tsconfig.json '加急加急' 9 months ago
tsconfig.node.json '接口全部调完了' 10 months ago
tsconfig.node.tsbuildinfo '接口全部调完了' 10 months ago
tsconfig.tsbuildinfo '加急加急' 9 months ago
vite.config.d.ts '接口全部调完了' 10 months ago
vite.config.js '接口全部调完了' 10 months ago
vite.config.ts '加急加急' 9 months ago
website_structure.txt '还剩下i18N的一点bug' 10 months ago
所有接口返回的JSON格式.json '接口全部调完了' 10 months ago
接口文档.md '接口全部调完了' 10 months ago
映射.txt '还剩下i18N的一点bug' 10 months ago
配置和概述接口.json 'i18n' 10 months ago

README.md

MOSE Web

MOSE Web 是一个基于 Vue 3 和 Tailwind CSS v4 的多语言区块链项目网站。

特点

  • 使用 Vue 3 和 TypeScript 构建
  • 使用 Tailwind CSS v4 进行样式设计
  • 支持多语言(中文、英文、日语)
  • 响应式设计,适配桌面、平板和移动端
  • 模块化组件结构

页面

  • 首页:展示项目概览和核心特点
  • 生态系统:展示项目生态系统中的应用和合作伙伴
  • 关于我们:介绍项目团队和发展历程
  • 404页面:自定义错误页面

技术栈

  • Vue 3:前端框架
  • Vue Router:路由管理
  • Vue I18n:国际化
  • Tailwind CSS v4:CSS 框架
  • Vite:构建工具

开发

# 安装依赖
npm install

# 启动开发服务器
npm run dev

# 构建生产版本
npm run build

# 预览生产版本
npm run preview

项目结构

MOSE Web/
├── public/               # 静态资源
├── src/
│   ├── assets/           # 项目资源文件
│   ├── components/       # 组件
│   │   └── layout/       # 布局组件
│   ├── i18n/             # 国际化
│   │   └── locales/      # 语言文件
│   ├── router/           # 路由
│   ├── views/            # 页面
│   ├── App.vue           # 根组件
│   ├── main.ts           # 入口文件
│   └── style.css         # 全局样式
├── index.html            # HTML 模板
├── package.json          # 项目配置
├── tailwind.config.js    # Tailwind 配置
├── tsconfig.json         # TypeScript 配置
└── vite.config.ts        # Vite 配置