Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vsionly/koa-vue

koa作为后端 配合vue cli3搭建的完整项目
https://github.com/vsionly/koa-vue

koa request vue

Last synced: 4 days ago
JSON representation

koa作为后端 配合vue cli3搭建的完整项目

Awesome Lists containing this project

README

        

# vue-demo

## Project setup
```
npm install
```

### 启动前端 有热加载(编辑完前端代码会自动编译刷新页面)
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

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

### 启动后端)
```
node index
```