Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattn/go-vue-example
Example App using Go, Vue.js, Element, Axios
https://github.com/mattn/go-vue-example
axios element-ui golang vue vuejs
Last synced: 14 days ago
JSON representation
Example App using Go, Vue.js, Element, Axios
- Host: GitHub
- URL: https://github.com/mattn/go-vue-example
- Owner: mattn
- Created: 2018-03-30T00:03:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T14:17:27.000Z (about 6 years ago)
- Last Synced: 2024-10-23T05:32:25.381Z (23 days ago)
- Topics: axios, element-ui, golang, vue, vuejs
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 138
- Watchers: 9
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-vue-example
Example App using Go, Vue.js, Element, Axios
## Usage
```
$ go build
$ export MONGODB_URI=mongodb://...
$ ./go-vue-example
```## Requirements
* MongoDB (You can use [MongoDB Atlas](https://cloud.mongodb.com/))
## Note
This Go server is generated by [echo-scaffold](https://github.com/mattn/echo-scaffold). And added bits modified to serve static files.
## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a. mattn)