An open API service indexing awesome lists of open source software.

https://github.com/jiawei397/qiankuntest

微乾坤测试
https://github.com/jiawei397/qiankuntest

Last synced: about 2 months ago
JSON representation

微乾坤测试

Awesome Lists containing this project

README

        

# 微前端框架——乾坤测试

## 到各自工程下
```
yarn install
```

### 启动服务
```
yarn serve
```

### 打包
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

## 访问地址
```
http://localhost:9001/A
http://localhost:9002/B
http://localhost:9000
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).