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

https://github.com/fifsky/vue-study

vue study
https://github.com/fifsky/vue-study

Last synced: about 1 year ago
JSON representation

vue study

Awesome Lists containing this project

README

          

# Vue Study

## Golang API
1、create `vuetest` database

2、import `api/vuetest.sql` file to database

3、run

```
make
./app http
```

## VUE Frontend

Login: admin/123456

```
npm install
npm run dev
```

![](https://raw.githubusercontent.com/fifsky/vue-study/master/screen/login.png)

![](https://raw.githubusercontent.com/fifsky/vue-study/master/screen/list.png)

![](https://raw.githubusercontent.com/fifsky/vue-study/master/screen/add.png)