v1.0.0
parent
226244b6cd
commit
766a1311af
73
README.md
73
README.md
|
|
@ -1,57 +1,68 @@
|
|||

|
||||
# vue3-vite
|
||||
<p align="center">
|
||||
<img src="https://shopxoserver.oss-cn-beijing.aliyuncs.com/demo/system/logo.jpg" width="360" />
|
||||
</p>
|
||||
|
||||
This template should help get you started developing with Vue 3 in Vite.
|
||||
<h3 align="center">ShopXO企业级免费开源电商系统 - DIY装修</h3>
|
||||
|
||||
## Recommended IDE Setup
|
||||
<div align="center">
|
||||
|
||||
[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
|
||||
</div>
|
||||
|
||||
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图片展示
|
||||

|
||||
|
||||
|
||||
## 安装依赖包
|
||||
```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文件,否则运行和打包都会报错
|
||||
```
|
||||
Loading…
Reference in New Issue