Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

frontend

frontend

UI for sample distributed TODO app build with VueJS

Configuration

  • PORT - a port the application binds to
  • AUTH_API_ADDRESS - address of auth-api for authentication
  • TODOS_API_ADDRESS - address of todos-api for TODO CRUD

Building and running

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.