# AYNI Circolar Economy !
This app was made mixing all this languages and tools:
Thanks to the Quasar Framework and TypeScript !


[![Made with Quasar](https://img.shields.io/badge/made%20with-Quasar-blue.svg?style=for-the-badge)](https://github.com/quasarframework/quasar) [![Uses TypeScript](https://img.shields.io/badge/uses-TypeScript-3F51B5.svg?style=for-the-badge)](https://github.com/Microsoft/TypeScript)
[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
## Features ⚡️ - [TypeScript](https://github.com/Microsoft/TypeScript) ✔ - Internationalization (I18n) ✔ ## Built-in Tools 🔨 - [TSlint](https://github.com/palantir/tslint) TypeScript Linter configured with the [Standard](https://github.com/standard/standard) JavaScript Code Style ## Installation 🔧 **System prerequisites :** - Node.js 8.9.0 ## Usage ```bash $ npm run dev # Start a SPA ``` ## Building You can build your application for production using : ```bash $ npm run build # Build ``` ## References * **Quasar TypeScript (Kevin Marrec proj)** : [GitHub](https://github.com/kevinmarrec/quasar-typescript) * **Quasar 0.17.15** : [Website](https://quasar-framework.org) | [Documentation](https://quasar-framework.org/guide) | [Github](https://github.com/quasarframework/quasar) * **Vue I18n 8.1.0** : [Website](https://kazupon.github.io/vue-i18n) | [Documentation](https://kazupon.github.io/vue-i18n/guide/started.html) | [Github](https://github.com/kazupon/vue-i18n) ## License [MIT](https://opensource.org/licenses/MIT) Copyright (c) 2020-present, Paolo Arena * Quasar TypeScript Example: https://github.com/kevinmarrec/quasar-typescript Copyright (c) 2018, Kevin Marrec