Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 521 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 521 Bytes

vuejs-dashboard

example of a simple dashboard using vuejs, express and socket.io

Start

  • npm install
  • npm dev (or npm build)
  • npm run (for production run)
  • npm start (for development run with watcher)

and open http://localhost:3000

Docker

Use simple Docker container with Makefile. First run make build for building Docker container.

Run make npm_install to install dependencies.

And next step:

  • make run_dev (run container in development mode)
  • make start (run container in production mode)