/gofreta-admin

Gofreta - Admin UI

Primary LanguageJavaScriptOtherNOASSERTION

Gofreta Admin UI

⚠️ This project is no longer actively maintained. Better and more extendable alternative is PocketBase.


Gofreta Admin UI is a frontend admin interface for the Gofreta REST API. It is built with Vue.js and Webpack.

For more detailed explanation on how things work, check out the Vue Webpack guide and docs for vue-loader.

Install

Download the project archive, edit the configuration settings located in config/app.js and then run the appropriate commands:

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# run all tests
npm test

# build for production with minification (new dist folder will be created)
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Built files are meant to be served over an HTTP server. Opening index.html over file:// won't work.

Credits

Gofreta Admin UI is part of Gofreta - an Open Source project licensed under the BSD3-License.

Help us improve and continue the project development - https://gofreta.com/support-us


@todo:

  • Add e2e tests