Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)