文件名称:basic-model:使用Babel编写的基本模型
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-29 05:08:39
基本模型 使用Babel编写的基本模型。 安装 $ npm install basic-model --save 用法 import Model from "basic-model" ; class Person extends Model { constructor ( attributes ) { super ( attributes ) ; } sayMyName ( ) { console . log ( `Hello, my name is ${ this . get ( 'name' ) } ` ) ; } } 如何运行本地安装的gulp $ node_modules/gulp/bin/gulp.js 执照 MIT许可证; 请参阅。 (c)2015年,亚历杭德罗·玛吉(Alejandro Maggi)
【文件预览】:
basic-model-master
----.travis.yml(124B)
----package.json(841B)
----test()
--------model.js(591B)
----gulpfile.js(519B)
----LICENSE(1KB)
----src()
--------model.js(296B)
----.gitignore(32B)
----README.md(621B)
----.editorconfig(519B)
----model.js(1KB)