Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kovee98/bath-track
- Owner: Kovee98
- Created: 2019-10-11T20:21:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T20:20:56.000Z (over 5 years ago)
- Last Synced: 2024-11-08T06:28:20.596Z (2 months ago)
- Language: JavaScript
- Size: 594 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).