/kanflow-nativescript

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

kanflow

A Kanban Flow Management System

Build Setup

# install dependencies
npm install

# For testing development
Web version: npm run dev (serve with hot reload at localhost:8080)
Android version: npm run dev:android
iOS version: npm run dev:ios

# build for production with minification
Web version: npm run build:web
Android version: npm run build:android
iOS version: npm run build:ios
both (Android and iOS): npm run build:native

For a detailed explanation on how things work, check out the guide and docs for vue-loader.