forked from platypush/platypush
.. | ||
dist | ||
public | ||
src | ||
.gitignore | ||
babel.config.js | ||
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