Meraki root cause detection frontend built with Nuxt.js.
# 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
- Copy
.env.example
to.env
and change values accordingly - Run
yarn dev
yarn build
yarn start
For detailed explanation on how things work, check out Nuxt.js docs.
API_URL
Backend api urlPORT
on which port to start frontend