https://github.com/freaktechnik/fis-falsch
https://github.com/freaktechnik/fis-falsch
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/freaktechnik/fis-falsch
- Owner: freaktechnik
- Created: 2018-10-24T23:02:00.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T10:44:14.000Z (over 1 year ago)
- Last Synced: 2025-02-14T20:46:51.302Z (over 1 year ago)
- Language: Vue
- Size: 1.78 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fis-falsch
> Report wrong FIS behavior
## Commands
```bash
# build for production
npm run build
# development mode
npm run dev
# serve the bundled dist folder in production mode
cargo run
```
## Polyfills
By default we only polyfill `window.Promise` and `Object.assign`. You can add more polyfills in `./src/polyfills.js`.
## Progress Web App
Your app is now offline-ready (only in production bundle), which means you can visit it without network.
Here we use a default [manifest.json](./static/manifest.json) to configurure your pwa, for example, to enable *Add to Home Screen* feature on Android. It will be copied directly to `./dist/manifest.json`.
For all the available options, please head to [poi-preset-offline](https://github.com/egoist/poi/tree/master/packages/poi-preset-offline#api).
---
This project is generated by [create-vue-app](https://github.com/vue-land/create-vue-app).