-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/thauska/desafio-BMG
- Loading branch information
Showing
1 changed file
with
31 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,41 @@ | ||
# Desafio BMG - MHW 2020 (desafio-bmg) | ||
# Banco Digital ADA - Desafio BMG - MHW 2020 | ||
|
||
Solução para desafio BMG do MegaHack Women 2020 - Shawee | ||
Solução criada para desafio BMG do MegaHack Women 2020 - Shawee | ||
|
||
## Install the dependencies | ||
```bash | ||
yarn | ||
``` | ||
A aplicação foi desenvolvida utilizando Quasar Framework, o framework baseado no Vue.js que permite a disponibilização da aplicação em Single Page Application, Progressive Web App, Mobile Cordova Android/iOS, Electron... | ||
|
||
Nosso foco foi trabalhar com aplicativo mobile Android utilizando Cordova. | ||
|
||
## 💻 Demo | ||
|
||
<h1 align="center"> | ||
<img src="#" width="220px" /> | ||
</h1> | ||
|
||
|
||
## 👩💻 Ambiente de desenvolvimento | ||
|
||
Instale as dependências via usando o [Yarn](https://yarnpkg.com/pt-BR/), através do comando: | ||
|
||
### Start the app in development mode (hot-code reloading, error reporting, etc.) | ||
```bash | ||
quasar dev | ||
yarn install | ||
``` | ||
|
||
### Lint the files | ||
```bash | ||
yarn run lint | ||
Para rodar o aplicativo em ambiente de desenvolvimento é necessário ter o Quasar CLI, Cordova CLI e os SDKs necessários, e executar o seguinte comando: | ||
|
||
```sh | ||
quasar dev -m cordova -T android | ||
``` | ||
|
||
### Build the app for production | ||
```bash | ||
quasar build | ||
## 🌍 Gerando Build para produção | ||
|
||
```sh | ||
quasar build -m cordova -T android | ||
``` | ||
|
||
### Customize the configuration | ||
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js). | ||
# 👥 Time | ||
|
||
| [<img style="border-radius: 50%;" src="https://media-exp1.licdn.com/dms/image/C4D03AQGM1JnrJaQYYA/profile-displayphoto-shrink_200_200/0?e=1604534400&v=beta&t=RWZlSHDEPlpw5eTf5ZRGaWn-IMVTRduhVmP4h71Zx-Q" width="100px;"/><br /><sub><b>Beatriz Alcântara</b></sub>](https://www.linkedin.com/in/beatriz-alcantara-a2b2b5177/) | [<img style="border-radius: 50%;" src="https://media-exp1.licdn.com/dms/image/C4E03AQFVHvNkyLoSfg/profile-displayphoto-shrink_200_200/0?e=1604534400&v=beta&t=LSBVO-6c9rFQQwpckJO7Wb6b1eqrN0uPcvvdC3IZdBw" width="100px;"/><br /><sub><b>Bianca Silva</b></sub>](https://www.linkedin.com/in/biancassilva/) | [<img style="border-radius: 50%;" src="https://media-exp1.licdn.com/dms/image/C5603AQGoeY_PgaZD-Q/profile-displayphoto-shrink_200_200/0?e=1604534400&v=beta&t=Jw1wKaP7L0rPpymV0cwOv6r7Ki5s_0qlBqMsWlQP3qc" width="100px;"/><br /><sub><b>Jackeline Melo</b></sub>](https://www.linkedin.com/in/jackeline-melo/) | [<img style="border-radius: 50%;" src="https://media-exp1.licdn.com/dms/image/C4D35AQHIYt69ebyzDg/profile-framedphoto-shrink_200_200/0?e=1599404400&v=beta&t=wft6cH41655atQ8ZaM9ZdXr-aWDrnLlW1UKDnSueco8" width="100px;"/><br /><sub><b>Maria Daiane Lucena</b></sub>](https://github.com/TiagoDanin) | [<img style="border-radius: 50%;" src="https://media-exp1.licdn.com/dms/image/C4E03AQFharAxSdQi-w/profile-displayphoto-shrink_200_200/0?e=1604534400&v=beta&t=F-PfB3iqP5Kmq3JNIsyTT7-ZhbZ_qkpy0AbXTUYJb_A" width="100px;"/><br /><sub><b>Thayana Mamoré</b></sub>](https://www.linkedin.com/in/thayanacmamore/) | | ||
| :---: | :---: | :---: | :---: | :---: | | ||
|
||
Feito com ❤️, dedicação, JavaScript, Vue.js e Quasar. |