This a prototype of moving the OpenBMC webui to Vue.js
npm install
npm run serve
npm run build
npm run test:unit
npm run lint
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.
Run npm docs:dev
- Open browser and go to
http://localost:8080/
- Merge any pull requests
- Run
./depoly-docs.sh