From 766a1311af3c8ebe2a9a5d5509bc0d26b3af453f Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 19 Oct 2024 20:50:41 +0800 Subject: [PATCH] md --- README.md | 73 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 42 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index cab6ee6a..ed53803f 100644 --- a/README.md +++ b/README.md @@ -1,57 +1,68 @@ -![输入图片说明](md-demo.png) -# vue3-vite +

+ +

-This template should help get you started developing with Vue 3 in Vite. +

ShopXO企业级免费开源电商系统 - DIY装修

-## Recommended IDE Setup +
-[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). +```shell +如果对您有帮助,您可以点右上角 “Star” 收藏一下 ,获取第一时间更新,谢谢! +``` -## Type Support for `.vue` Imports in TS +
-TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types. +------------------------------------------------------------------------ -If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps: +### 项目介绍 +* 后端支持依托于ShopXO免费开源电商系统开发的DIY装修源码 +* 内置几十种标准组件,热区、自定义等等,支持拖拽可视化自由设计、满足各大行业需求 +* 已支持小程序(微信、QQ、百度、支付宝、头条&抖音、快手)+ H5 + APP -1. Disable the built-in TypeScript Extension - 1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette - 2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)` -2. Reload the VSCode window by running `Developer: Reload Window` from the command palette. +#### 官方QQ群、答案`shopxo.net` +* 官方DIY群:934312116 -## Customize configuration +### 当前项目源代码平台 +* Gitee:[https://gitee.com/zongzhige/shopxo-diy](https://gitee.com/zongzhige/shopxo-diy) +* GitHub:[https://github.com/gongfuxiang/shopxo-diy](https://github.com/gongfuxiang/shopxo-diy) +* GitCode:[https://gitcode.net/zongzhige/shopxo-diy](https://gitcode.net/zongzhige/shopxo-diy) -See [Vite Configuration Reference](https://vitejs.dev/config/). +### ShopXO后端源代码平台 +* Gitee:[https://gitee.com/zongzhige/shopxo](https://gitee.com/zongzhige/shopxo) +* GitHub:[https://github.com/gongfuxiang/shopxo](https://github.com/gongfuxiang/shopxo) +* Coding:[https://zongzhige.coding.net/public/shopxo/shopxo/git](https://zongzhige.coding.net/public/shopxo/shopxo/git) +* GitCode:[https://gitcode.net/zongzhige/shopxo](https://gitcode.net/zongzhige/shopxo) -## Project Setup +### uniapp端源代码平台 +* Gitee:[https://gitee.com/zongzhige/shopxo-uniapp](https://gitee.com/zongzhige/shopxo-uniapp) +* GitHub:[https://github.com/gongfuxiang/shopxo-uniapp](https://github.com/gongfuxiang/shopxo-uniapp) +* Coding:[https://zongzhige.coding.net/public/shopxo/uniapp/git](https://zongzhige.coding.net/public/shopxo/uniapp/git) +* GitCode:[https://gitcode.net/zongzhige/shopxo-uniapp](https://gitcode.net/zongzhige/shopxo-uniapp) +* uni-app:[https://ext.dcloud.net.cn/plugin?id=6380](https://ext.dcloud.net.cn/plugin?id=6380) +### DIY图片展示 +![DIY图片](https://shopxoserver.oss-cn-beijing.aliyuncs.com/demo/diy/diy.jpg "DIY图片") + + +## 安装依赖包 ```sh npm install ``` -### Compile and Hot-Reload for Development - +### 本地开发调试 ```sh 开发调试 npm run dev ``` -### Type-Check, Compile and Minify for Production - +### 开发环境 +* 想要运行项目,根目录需要存在temp.d.ts文件,否则运行和打包都会报错 ```sh -开发环境 npm run build -## 想要运行项目,需要在根目录上新增一个文件temp.d.ts文件,否则运行和打包都会报错 ``` +### 生产环境 +* 想要运行项目,根目录需要存在temp_pro.d.ts文件,否则运行和打包都会报错 ```sh -生产环境 npm run build-pro -``` - -### Lint with [ESLint](https://eslint.org/) - -```sh -npm run lint -``` - -## 想要运行项目,需要在根目录上新增一个文件temp.d.ts文件,否则运行和打包都会报错 \ No newline at end of file +``` \ No newline at end of file