File size: 610 Bytes
d757506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
基于移动端的配置。

[vite官网](https://cn.vitejs.dev/guide/why.html)

优点:

> 1. 光速启动
> 2. 热模块替换
> 3. 按需编译

## 功能
    1. antd-mobile移动端组件
    2. axios网络数据交互
    3. hox状态管理
    4. react-router-dom路由管理
    5. postcss-px-to-viewport移动端px转vw/vh
    6. less预编译
    7. autoprefixer自动补全
    8. typescript语法
    9. window.$cancelRequest()取消接口请求,**注:项目初始化时没有window这个方法,请求接口后才会挂载**

## 使用
### 启动
1.  `npm install`
2.  `npm run dev`
### npm