go-vue-starter

Starter project - Golang api, Vue.js client with user management and jwt authentication

Github星跟踪图

go-vue-starter

Copyright 2017 Mark Chenoweth

Golang Starter project with Vue.js single page client

Work in progress...

Features:

TODO:

  • config from file

  • email confirmation

  • logrus

  • letsencrypt tls

To get started:

# clone repository
go get github.com/markcheno/go-vue-starter
cd $GOPATH/src/github.com/markcheno/go-vue-starter

# install Go dependencies (and make sure ports 3000/8080 are open)
go get -u ./... 
go run server.go

# open a new terminal and change to the client dir
cd client

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

License

MIT License - see LICENSE for more details

主要指标

概览
名称与所有者markcheno/go-vue-starter
主编程语言JavaScript
编程语言Go (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2017-04-08 17:23:46
推送于2023-10-03 16:14:35
最后一次提交2023-04-11 09:38:37
发布数0
用户参与
星数193
关注者数14
派生数39
提交数69
已启用问题?
问题数4
打开的问题数2
拉请求数20
打开的拉请求数4
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?