The Rancher UI
Go to file
Tani Fiduccia cfe67758fc text changes 2019-11-12 16:35:52 -07:00
.vscode cleanup 2 electric bugaloo 2019-10-14 14:47:01 -07:00
assets empty tables and input colors 2019-11-12 13:40:29 -07:00
components Reload asyncData on query param switch correctly 2019-11-12 15:15:25 -07:00
config Clone, Stage, sorta Weighting 2019-11-12 02:59:12 -07:00
layouts Include your repos in search results even if Github doesn't say so 2019-11-11 14:24:53 -07:00
middleware Sockets, Page layout, start ExternalService 2019-10-31 10:36:32 -07:00
mixins 'discover rio' page 2019-11-11 10:01:17 -07:00
models Clone, Stage, sorta Weighting 2019-11-12 02:59:12 -07:00
modules Form elements, Config map CRUD 2019-09-30 15:21:07 -07:00
pages text changes 2019-11-12 16:35:52 -07:00
plugins Clone, Stage, sorta Weighting 2019-11-12 02:59:12 -07:00
scripts less logging 2019-10-23 18:23:20 -07:00
server Dapper CI 2019-09-04 14:55:10 -07:00
static Rearrange for building on CDN 2019-10-22 14:43:26 -07:00
store Fix bulk actions 2019-11-12 15:14:53 -07:00
test Lint 2019-11-11 12:29:06 -07:00
utils Fix download action 2019-11-12 15:14:33 -07:00
.ackrc Import 2019-07-23 13:57:48 -07:00
.babelrc Import 2019-07-23 13:57:48 -07:00
.dockerignore Service Networking and HealthCheck 2019-10-23 16:10:18 -07:00
.drone.yml Move triggers to pipeline 2019-10-24 10:38:43 -07:00
.eslintignore Rearrange for building on CDN 2019-10-22 14:43:26 -07:00
.eslintrc.js Updated ESLint rules 2019-10-21 12:50:26 -07:00
.gitignore More building 2019-10-22 15:42:58 -07:00
.prettierrc Import 2019-07-23 13:57:48 -07:00
Dockerfile Yes dapper 2019-09-04 15:29:31 -07:00
README.md Separate test and docker 2019-10-21 12:50:30 -07:00
babel.config.js Dapper CI 2019-09-04 14:55:10 -07:00
jsconfig.json Move around things that aren't utils 2019-09-27 22:59:20 -07:00
nuxt.config.js Prevent double adding router base URL to resolve+{push calls 2019-11-10 16:26:10 -07:00
package-lock.json bulk action disabled colors 2019-11-04 15:36:54 -07:00
package.json Git repo picker flow 2019-11-06 01:35:41 -07:00
tsconfig.json Import 2019-07-23 13:57:48 -07:00
yarn.lock gather data 2019-11-01 15:11:33 -07:00

README.md

dashboard

Build Status

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.