Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 751 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 751 Bytes

Meraki Root Cause Detection Frontend

Meraki root cause detection frontend built with Nuxt.js.

NPM Scripts

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

Requirements

Development Setup

  1. Copy .env.example to .env and change values accordingly
  2. Run yarn dev

Production

  1. yarn build
  2. yarn start

For detailed explanation on how things work, check out Nuxt.js docs.

Environment Variables

  • API_URL Backend api url
  • PORT on which port to start frontend