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
- Host: GitHub
- URL: https://github.com/loke-dev/fifa-team-generator
- Owner: loke-dev
- Created: 2018-07-23T11:23:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T06:02:10.000Z (almost 8 years ago)
- Last Synced: 2025-01-26T15:15:14.694Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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