How can use underscorejs in view ?
オープン
- 主要言語
- JavaScript
- スター
- 1.6k
- フォーク
- 179
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
in express , it like this
``` javascirpt
app.locals._ = require("underscore");
```
then can use _. in views , how can do it in compound?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Look at how compound exposes variables to views, likely in the view rendering configuration or middleware. Check the compound source code for app.locals or similar patterns. The goal is to make the underscore library available in templates globally, similar to the express example provided.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, nodejs
- 領域
- backend, full-stack
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100