Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 909 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 909 Bytes

phosphor-webui-vue

This a prototype of moving the OpenBMC webui to Vue.js

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Documentation

The documentation for coding standards and components is located in the docs directory. It is created using the VuePress static site generator. Information about how to write documentation can be found on the VuePress website.

Development

  1. Run npm docs:dev
  2. Open browser and go to http://localost:8080/

Deployment

  1. Merge any pull requests
  2. Run ./depoly-docs.sh