forked from platypush/platypush
Fabio Manganiello
7906ee2c49
Multiple style improvements for the entity components. Among these: - A more consistent style for entity values and toggler buttons. - Fixed overflowing/underflowing entities on smaller/larger screen sizes. - Simplified the stylesheets for many entities as many component classes have now been moved to `common.scss`. |
||
---|---|---|
.. | ||
dist | ||
public | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
babel.config.js | ||
jsconfig.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
vue.config.js |
Platypush web app
The UI for Platypush is built with Vue 3. The production-ready files are distributed with the package under platypush/backend/http/dist
. If you want to change/debug/redistribute some parts of the UI you'll need npm
installed. The directory of this file is the root of the web app project and all the following commands should be typed from here.
Project setup
npm install
Compilation and hot-reload for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint