Skip to content

A sample todolist app built in Vue.js; frontend only.

Notifications You must be signed in to change notification settings

jjmontgo/vue-golang-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-golang-todolist

A frontend Vue app built on top of golang-todolist for educational purposes.

Installation

Create the file .env.development.local with the URL of your GoLang backend. Presuming you run the backend first:

VUE_APP_BACKEND_URL=http://localhost:8080

Then add the file .env.production.local with the AWS API Gateway URL of your GoLang Lambda backend.

VUE_APP_BACKEND_URL=

When developing, first start your GoLang backend, then run:

npm run serve

And when ready to go live, compile your files for production:

npm run build

About

A sample todolist app built in Vue.js; frontend only.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published