https://github.com/ubaldop/vueflagstestrepo
VueCountryFlagsTestRepo
https://github.com/ubaldop/vueflagstestrepo
Last synced: 3 months ago
JSON representation
VueCountryFlagsTestRepo
- Host: GitHub
- URL: https://github.com/ubaldop/vueflagstestrepo
- Owner: ubaldop
- Created: 2020-11-09T08:13:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T18:17:38.000Z (over 4 years ago)
- Last Synced: 2025-01-08T17:09:27.116Z (4 months ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VueCountryFlagTest (vuecountryflagtest)
Test env for catching VueCountryFlag plugin issue
## Install the dependencies
```bash
npm install
cd src-cordova
npm install
cordova platform add android
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### NB! Build an android-version of this application (Get app-debug-unsigned.apk or app-debug.apk file, you can install it on your phone or run in android-emulator)
```bash
quasar build -m cordova -T android
```OR
```bash
quasar build -m cordova -T android
cd src-cordova
cordova build android
```### Lint the files
```bash
npm run lint
```### Build the app for production
```bash
quasar build
```