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

https://github.com/loke-dev/fifa-team-generator

A fifa team generator built in Nativescript Vue
https://github.com/loke-dev/fifa-team-generator

Last synced: 2 months ago
JSON representation

A fifa team generator built in Nativescript Vue

Awesome Lists containing this project

README

          

# fifa-team-generator

> A fifa team generator build with NativeScript-Vue

## Usage

``` bash
# Install dependencies
yarn install

# Build for production
yarn run build
yarn run build:

# Build, watch for changes and debug the application
yarn run debug
yarn run debug:

# Build, watch for changes and run the application
yarn run watch
yarn run watch:

# Clean the NativeScript application instance (i.e. rm -rf dist)
yarn run clean
```

> When invoking the various npm scripts, omitting the platform will attempt to launch `tns` for both platforms, which will only work in a properly configured OSX environment.

For detailed instructions, see https://github.com/nativescript-vue/vue-cli-template