問題タブ [nativescript-plugin]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
sass - Nativescript から sass プラグインを削除するには?
私はそうしましたがtns install sass
、今はそれを削除したいと思います。私は試しtns plugin remove nativescript-dev-sass
てみtns plugin remove sass
ましたが、成功しませんでした!
どうすればそれを取り除くことができますか? 本当に面倒くさいし、使いたくありません。私がするとき、私はtns plugin
得る
しかし、コマンドtns plugin remove nativescript-dev-sass
は次のメッセージを表示します: Plugin "nativescript-dev-sass" is not installed.
または、そうするときにsassコンパイラが呼び出されないようにするにはどうすればよいtns run android
ですか?
nativescript - モバイル固有のネイティブ スクリプト プラグインを NathaWalker angular-seed-advanced にインポートする
最近、Nativescript に取り組み始めました。NathanWalker の angular-seed-advanced は非常に興味深いものでした。私はその中で1つの問題に直面しています。モバイル固有のネイティブ スクリプトのプラグインをコンポーネントにインポートするには、そのコンポーネントが Web アプリにも使用されているため、どうすればよいですか。
src/client/app/components にネイティブ スクリプト プラグインを直接インポートすると、Web アプリが期待どおりに動作しません。Web アプリとモバイル アプリの両方が期待どおりに動作するように、プラグインを安全にインポートする方法を知る必要があります。