Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kovee98/bath-track

Tracking the traffic level of the men's restroom at Averitt
https://github.com/kovee98/bath-track

Last synced: 21 days ago
JSON representation

Tracking the traffic level of the men's restroom at Averitt

Awesome Lists containing this project

README

        

# Cordova Vue Quickstart

> Quickstart For a Cordova+Vue mobile app

## Getting Started
```
git clone https://github.com/Kovee98/cordova-vue-quickstart.git project-name
cd project-name
cordova prepare && npm i
```

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# build for Android
npm run build:android

# build for IOS
npm run build:ios
```

For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).