Skip to content

chenkie/vue-events-bulletin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Events Bulletin Board

This is the code for the Vue.js tutorial on Scotch.io. In the tutorial we build a events bulletin board application and cover the basics of Vue.

Installation

  1. Run npm install.
  2. Run node server.js.
  3. Visit http://localhost:8080.

RESTful API (contributed by Jason Lam)

  1. Use Node.js & Express for backend server and router.
  2. RESTful requests towards the server to simulate CRUD on events model, instead of local hardcoded ones.
  3. Translated into Traditional Chinese.

RESTful API written in Go

If you would like to use a backend written in Go, thewhitetulip has written on. See the source code.

About

Code for the Scotch.io Vue.js tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published