mirror of https://github.com/rancher/dashboard.git
541 B
541 B
dashboard
Rancher Dashboard
Build Setup
# install dependencies
$ yarn install
# serve with hot reload at https://localhost:8005
$ API=http://localhost:8989 yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, checkout Nuxt.js docs.