https://github.com/kiwi233333/jiwu-mall-sites
极物圈是一个综合性平台,集商城、ai聊天、沟通、社区功能于一体。(该版本不是源代码仓库,只有打包的代码,且不是实时更新!!!)
https://github.com/kiwi233333/jiwu-mall-sites
mall nuxt3 shopping vue3
Last synced: 3 months ago
JSON representation
极物圈是一个综合性平台,集商城、ai聊天、沟通、社区功能于一体。(该版本不是源代码仓库,只有打包的代码,且不是实时更新!!!)
- Host: GitHub
- URL: https://github.com/kiwi233333/jiwu-mall-sites
- Owner: KiWi233333
- License: gpl-3.0
- Created: 2024-01-11T16:08:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T06:08:37.000Z (7 months ago)
- Last Synced: 2024-11-26T07:20:10.898Z (7 months ago)
- Topics: mall, nuxt3, shopping, vue3
- Homepage: https://jiwu.kiwi2333.top
- Size: 81.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 介绍
极物圈是一个综合性平台,集商城和社交功能于一体。在这个平台上,用户可以轻松购买虚拟商品,并且可以发布个人帖子,与他人互动,进行评论等。该平台注重用户体验,为用户提供了一个在你圈子交流、好物推荐、分享和购物的多功能环境。
(该版本不是源代码仓库,只有部署代码!!!只适合参考互相学习)### 技术
```
基于Nuxt3 + Element-plus + pinia 基本框架
```### 体验
[](https://app.netlify.com/sites/jiwu/deploys)
[
极物圈 —— 体验入口 netlify](https://jiwu.netlify.app)
### 项目截图
>
> 主页 Home
> 全局夜间模式 Light / Dark

> 商城购物 Mall

> 钱包 Wallet

> 社区 Community

> 聊天 Chat


> 聊天好友 ChatFriend

> 全局移动端简易适配

### 性能优化(灯塔)

## ⏳ 起步 | Project Setup
```sh
# run prod 运行生产环境
node ./server/index.mjs
```### ✨ 开发 (跳过)
```sh
pnpm run dev
```### 📦 打包 (跳过)
```sh
pnpm run build
```### 🎊 部署
```sh
node ./server/index.mjs
```### ❌ pnpm install error
查看源
```sh
pnpm get registry
```临时修改
```sh
pnpm --registry https://registry.npm.taobao.org install any-touch
```持久使用
```sh
pnpm config set registry https://registry.npm.taobao.org
```还原
```sh
pnpm config set registry https://registry.npmjs.org
```## 💬 联系
- QQ: 1329634286
- 邮箱: [email protected]