https://github.com/fifsky/vue-study
vue study
https://github.com/fifsky/vue-study
Last synced: about 1 year ago
JSON representation
vue study
- Host: GitHub
- URL: https://github.com/fifsky/vue-study
- Owner: fifsky
- Created: 2018-12-12T08:14:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T23:59:24.000Z (over 3 years ago)
- Last Synced: 2025-04-08T11:41:53.422Z (about 1 year ago)
- Language: Go
- Size: 1.65 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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
```


