An open API service indexing awesome lists of open source software.

https://github.com/freaktechnik/fis-falsch


https://github.com/freaktechnik/fis-falsch

Last synced: 4 months ago
JSON representation

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).