# wm-base
使用Graphql的JavaScript应用生态基底

## 文档
**[中文](https://github.com/w3cmarket/wm-base/blob/master/README.zh-CN.md)**
**[English](https://github.com/w3cmarket/wm-base/blob/master/README.md)**

## 用法
$server (localhost:3020)
```
npm install
npm run dev
```

$client (localhost:8080)
```
npm install
npm run dev
```

在你的浏览器中打开:

**vue graphql: [http://localhost:8080](http://localhost:8080)**  
**graphiql: [http://localhost:3020/graphiql?query=%7Bhello%7D](http://localhost:3020/graphiql?query=%7Bhello%7D)** (也许需要等一会)


