Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logue/pip-boya
Fallout76 Map site (or Electron application)
https://github.com/logue/pip-boya
fallout-76 fo76 mappalachia vue vuelayers vuetify
Last synced: 1 day ago
JSON representation
Fallout76 Map site (or Electron application)
- Host: GitHub
- URL: https://github.com/logue/pip-boya
- Owner: logue
- License: mit
- Created: 2020-08-05T10:09:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T23:44:33.000Z (7 months ago)
- Last Synced: 2024-05-07T00:33:12.809Z (7 months ago)
- Topics: fallout-76, fo76, mappalachia, vue, vuelayers, vuetify
- Language: Vue
- Homepage: https://fo76.logue.be/
- Size: 137 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue GTS Starter
[![Code Style: Google](https://img.shields.io/badge/code%20style-google-blueviolet.svg)](https://github.com/google/gts)
This is a [Vue](https://vuejs.org) starter project that complies with [Google TypeScript Style](https://github.com/google/gts). Compatible with [Vue CLI](https://cli.vuejs.org/).
You can also add [Bootstrap-vue](https://bootstrap-vue.org/), [Vuetify](https://vuetifyjs.com/), etc. to this project.
## Project setup
```sh
npm install
```### Compiles and hot-reloads for development
```sh
npm run serve
```### Compiles and minifies for production
```sh
npm run build
```### Lints and fixes files
```sh
npm run lint
```### Gts commands
If you want to execute gts directly, prefix `gts:` as shown below. However, it doesn't make much sense because you can do the same with the above command.
* `gts:lint`: Lints and checks for formatting problems.
* `gts:fix`: Automatically fixes formatting and linting problems (if possible).
* `gts:clean`: Removes output files.### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).