81 lines
2.1 KiB
Markdown
Executable File
81 lines
2.1 KiB
Markdown
Executable File
<div>
|
|
|
|
# AYNI
|
|
|
|
Circolar Economy !<br>
|
|
</div>
|
|
|
|
<div>
|
|
This app was made mixing all this languages and tools:<br>
|
|
<ul>
|
|
<li>Quasar Framework</li>
|
|
<li>Vue.js</li>
|
|
<li>Typescript</li>
|
|
<li>Progressive Web App (PWA) amazing native-looking apps</li>
|
|
</ul>
|
|
Thanks to the Quasar Framework and TypeScript !
|
|
|
|
</div>
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<div align="center">
|
|
|
|
[](https://github.com/quasarframework/quasar)
|
|
[](https://github.com/Microsoft/TypeScript)
|
|
|
|
<!--[](https://opensource.org/licenses/MIT) -->
|
|
|
|
</div>
|
|
|
|
<div align="center">
|
|
|
|
[](https://github.com/standard/standard)
|
|
|
|
</div>
|
|
|
|
## 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
|