問題タブ [yeoman-generator-angular]

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.

0 投票する
1 に答える
318 参照

angularjs - How to specify a variable for an AngularJS app as a command line parameter when starting a Grunt dev server (grunt-contrib-connect)

In my production environment the Angular app is served under the same domain as the API therefore the base url is in the form of e.g. '/api'.

The problem is when I develop I'm using grunt serve (grunt-contrib-connect) as my development server and I would like to specify a base url for the API Endpoint when I start it e.g. grunt serve --endpoint="http://localhost/api"

I know I can get this value using grunt.option however, I don't know how to pass this along to my Angular App.

Note: this is not your typical production/development config split. I want the endpoint to be specified every time the development server is started.

Any solutions? The simpler the better!

0 投票する
0 に答える
762 参照

angularjs - $grunt build yo angularの後にdistフォルダーが見つかりません

現在、アプリをビルドするために yo angular を使用しています。

正常に動作し、ローカルホストでアプリをテストでき、dist フォルダーを必要とする Heroku にこのアプリをデプロイしたいと考えています。

結果は問題ありませんが、dist フォルダーは作成されません (管理者として CMD コンソールも実行していることに注意してください)。 ここに画像の説明を入力

dist フォルダーはありません。

ここに画像の説明を入力

Gruntfile.js のコードは変更しません。また、$yo angular freshApp で新しいアプリを作成し、$grunt build を実行し、dist フォルダーも実行しません。いくつかの設定がありませんか?私を助けてください。

0 投票する
1 に答える
374 参照

angularjs - Yeoman angular index.html を変更する単調なタスク

yo angularangular アプリを作成するための基本的な足場をセットアップします。したがって、index.html次のようなコードがあります。

これらの行を削除し、ファイルの正しい場所を挿入するタスクを探しています。例:

または、これに対処する別の方法はありますか...たとえば、監視タスクにさまざまなバージョンの ; を作成させるなどindex.htmlですindex.html.fooTarget。そのターゲットの正しいパスで更新されます。そして、単調なタスクになると、後者のファイルが適切にコピーされます。

これに対処するために何ができますか?

0 投票する
1 に答える
183 参照

angularjs - meanjs yeoman 生成コードで x-editable プラグインを使用するには?

私はx-editableプラグインが大好きで、以前は angular スタンドアロン アプリケーションに使用していました。現在、Yeoman meanjs ジェネレーターを使用してプロジェクトを生成しましたが、angular アプリで行うことができるように、editableOptions を構成するための同じオプションを見つけることができません。これらの設定をどこで構成できるか知っている人はいますか? エクスプレス構成で app.use を使用していますか? はいの場合、関数に編集可能なオプションを含めるにはどうすればよいですか。