Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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搭建的完整项目
- Host: GitHub
- URL: https://github.com/vsionly/koa-vue
- Owner: vsionly
- Created: 2019-08-23T08:10:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T19:33:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T12:06:52.078Z (almost 2 years 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
```