https://github.com/vsionly/koa-vue
koa作为后端 配合vue cli3搭建的完整项目
https://github.com/vsionly/koa-vue
koa request vue
Last synced: about 1 month ago
JSON representation
koa作为后端 配合vue cli3搭建的完整项目
- Host: GitHub
- URL: https://github.com/vsionly/koa-vue
- Owner: vsionly
- Created: 2019-08-23T08:10:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T19:33:25.000Z (over 3 years ago)
- Last Synced: 2025-09-13T13:13:44.168Z (9 months ago)
- Topics: koa, request, vue
- Language: JavaScript
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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
```