https://github.com/jiawei397/qiankuntest
微乾坤测试
https://github.com/jiawei397/qiankuntest
Last synced: about 2 months ago
JSON representation
微乾坤测试
- Host: GitHub
- URL: https://github.com/jiawei397/qiankuntest
- Owner: jiawei397
- Created: 2020-03-13T13:19:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T05:15:38.000Z (over 2 years ago)
- Last Synced: 2025-02-02T18:24:38.393Z (3 months ago)
- Language: JavaScript
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
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/).