Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A package to help with webpacking NativeScript apps.

NotificationsYou must be signed in to change notification settings

nativescript-forks/NativeScript.nativescript-dev-webpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A package to help with webpacking NativeScript apps.

Ingredients

  • webpack config templates.
  • helper functions that place files at the correct locations before packaging apps.
  • loaders and plugins for vanilla NativeScript and Angular apps.

Usage

$ npm install --save-dev nativescript-dev-webpack$ npm install$ npm run start-android-bundleor$ npm run start-ios-bundle

Documentation

For details, see theNativeScript docs.

Note about dependencies.

Thenativescript-dev-webpack plugin adds a few devDependencies to the project. Make sure to run eithernpm install oryarn after installing the plugin.The versions of the newly added packages depend on the versions of some of your already added packages. More specifically -tns-core-modules and all packages from the@angular scope. Since version 0.4.0, nativescript-dev-webpack will automatically add the correct development dependencies, based on what you already have installed.You can force update yourpackage.json using theupdate-ns-webpack script which you can find inPROJECT_DIR/node_modules/.bin.If the bundling process fails, please make sure you have the correct versions of the packages.

Main packages versionsPlugins versions
tns-core-modules:^3.0.0
@angular/:^4.0.0
nativescript-angular:^3.0.0
@ngtools/webpack:^1.3.0
typescript:^2.2.0
tns-core-modules:^2.5.0
@angular/:^4.0.0
nativescript-angular:^1.5.1
@ngtools/webpack:1.2.13
typescript:2.1.6
tns-core-modules:^2.5.0
@angular/:^2.4.0
nativescript-angular:^1.4.1
@ngtools/webpack:1.2.10
typescript:2.1.6

P.S. Also please make sure you are using the same version of all@angular/ packages, including the devDependency of@angular/compiler-cli.

About

A package to help with webpacking NativeScript apps.

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript99.0%
  • Other1.0%

[8]ページ先頭

©2009-2026 Movatter.jp