presentator / spa
Presentator v2 SPA (for presentator/starter)
- dev-master
- v2.15.1
- v2.15.0
- v2.14.0
- v2.13.1
- v2.13.0
- v2.12.0
- v2.11.1
- v2.11.0
- v2.10.1
- v2.10.0
- v2.9.3
- v2.9.2
- v2.9.1
- v2.9.0
- v2.8.3
- v2.8.2
- v2.8.1
- v2.8.0
- v2.7.2
- v2.7.1
- v2.7.0
- v2.6.3
- v2.6.2
- v2.6.1
- v2.6.0
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.0
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
This package is auto-updated.
Last update: 2024-02-28 13:32:02 UTC
README
Important
This repo is for the older Presentator v2 and it is no longer maintained.
Presentator SPA is a frontend interface for the Presentator v2 REST API. It is built with Vue.js and Webpack.
This repository is READ-ONLY. Report issues and send pull requests in the main Presentator repository.
Installing
The prebuilt package located in
dist/
is meant to be used with presentator/starter. If you want to customize the default configurations and build your own version of the application, please follow the steps below.
-
Download or clone the project repo.
-
Create a new
.env.local
file in the project root directory. Copy and edit the configuration settings from.env
to suit your environment setup. -
Run the appropriate console commands:
# installs dependencies npm install # starts a dev server with hot reload at localhost:8080 npm run serve # generates i18n-report.json file with info about the current i18n app state npm run i18n:report # generates production ready bundle in dist/ directory npm run build
Built files are meant to be served over an HTTP server. Opening index.html over file:// won't work.