We can build a template, use this template and pass in different context to make it reuseable: <template #foo let-name="name" let-skills="skills"> <h4>{{name}}</h4> <ul> <li *ngFor="let s of skills"…
95% emittingUnhandled rejection Error: ENOENT: no such file or directory, open 'E:\git_0.28\adminTemplate\node_modules\_@angular_animations@4.4.3@@angular\package.json' at Error (native) at Object.fs.openSync (fs.js:641:18) at Object.fs.readFileSync…
This article assuming you created your project using webpack template. vue init webpack <PROJECT_NAME> Open package.json and observe the scripts section. You realize there is dev to spin up a development server with hot reload and build for producti…
前言: angular2官方将框架按以下结构划分: Module Component Template Metadata Data Binding Directive Service Dependency Injection 本文简单介绍一下,这些知识点,以浅入的方式理解angular2的基础概念和结构. 一.Module (模块) Angular 是模块化的. Modules 导出 classes, function, values , 以便在其他模块导入使用. angular应用由模块组成,…
refer : https://angular.cn/docs/ts/latest/guide/template-syntax.html https://angular.cn/docs/ts/latest/cookbook/component-communication.html https://angular.cn/docs/ts/latest/guide/displaying-data.html https://angular.cn/docs/ts/latest/guide/user-inp…
在开发过程中rebar自带模板建立项目,或多或少不能满足自己的开发需求.本人又是那种懒人,所以就要想办法偷懒.查看了priv模板 打造适合自己的项目模板.下面我简单的介绍整个模板的打造过程. 准备过程 1.创建对应的template 目录 2.ctrl+h 查看当前用户目录下是否有一个 .rebar 的文件目录 或者 shell 查看 thinkpad@thinkpad:~$ ll -ps | grep .rebar drwxr-xr-x thinkpad thinkpad 6月 : rebar…
build文件夹下 build.js 'use strict' // js的严格模式 require('./check-versions')() // node和npm的版本检查 process.env.NODE_ENV = 'production' // 设置环境变量为生产环境 // 导进各模块 const ora = require('ora') // loading模块 const rm = require('rimraf') const path = require('path') co…
花了点时间,看了下jQuery-template.js,不多废话,先上结构 jQuery.each({..},function(){}) jQuery.fn.extend({..}) jQuery.extend({...}) jQuery.extend(jQuery.tmpl,{..}) function xx(){}//自定义方法 结构上非常简单,但template插件却提供了不错的模版功能,我们根据API来慢慢看这个框架. 网络资源http://www.cnblogs.com/Foundat…
PS: 为了弥补上篇博客的不足,正好周六闲着没事.所以进行优化下,来个终结版 功能实现:模板发送+自指定邮箱发送+解耦 总体预览如下: 各代码如下:(代码略多,所以都折叠了) 前台; @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>In…