dudulaopo833 / Tools-Learning

各种杂七杂八-错误处理等
0 stars 0 forks source link

handlebars #1

Open dudulaopo833 opened 7 years ago

dudulaopo833 commented 7 years ago

官网

handlebars : http://handlebarsjs.com/ or http://keenwon.com/992.html Tips: Handlebars 不仅仅处理html模板,任何文件都可以作为模板处理,比如js文件

传统方式:

NPM方式:

Tip: if make alias refer to runtime.js, after build it, it will encounter "Handlebars.compile is not a function" issue. So need to alias to dist/handlebars.js

Tip: if did not add this alias, it will show "WARNING in ./~/handlebars/lib/index.js require.extensions is not supported by webpack. Use a loader instead."