This repository has been archived by the owner on Sep 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
Seed Commands
Sean Perkins edited this page Jun 20, 2017
·
2 revisions
Directory | Command | Description |
---|---|---|
(root) |
ng serve |
Serves the Angular Web project |
(root) |
ng build |
Builds the Angular Web project |
(root) |
npm run test |
Runs the underlying ng test method |
(root) |
npm run start |
Serves the Angular Web project using the proxy config specified in the root of the project. |
nativescript |
npm run ios |
Runs the NativeScript iOS project (default: tablet) |
nativescript |
npm run ios.phone |
Runs the NativeScript iOS project, using .phone templates |
nativescript |
npm run android |
Runs the NativeScript Android project (default: tablet) |
nativescript |
npm run android.phone |
Runs the NativeScript Android project, using .phone templates |
nativescript |
npm run livesync |
Runs a Livesync-like development task to live-reload your simulator for tablet templates (beta) |
nativescript |
npm run livesync.phone |
Runs a Livesync-like development task to live-reload your simulator for phone templates (beta) |
nativescript |
npm run start-ios-bundle |
Runs the iOS bundle using Webpack |
nativescript |
npm run build-ios-bundle |
Builds the iOS app using Webpack |
nativescript |
npm run android-ios-bundle |
Runs the Android bundle using Webpack |
nativescript |
npm run build-android-bundle |
Builds the Android app using Webpack |
nativescript |
npm run phone-ios-bundle |
Runs the iOS phone bundle using Webpack |
nativescript |
npm run tablet-ios-bundle |
Runs the iOS tablet bundle using Webpack |
nativescript |
npm run build.phone-ios-bundle |
Builds the iOS phone bundle using Webpack |
nativescript |
npm run build.tablet-ios-bundle |
Builds the iOS tablet bundle using Webpack |
nativescript |
npm run phone-android-bundle |
Runs the Android phone bundle using Webpack |
nativescript |
npm run tablet-android-bundle |
Runs the Android tablet bundle using Webpack |
nativescript |
npm run build.phone-android-bundle |
Builds the Android phone bundle using Webpack |
nativescript |
npm run build.tablet-android-bundle |
Builds the Android tablet bundle using Webpack |
Built with by Maestro.