art-template 的使用

1: art-template 的使用:
   art-template 不仅可以在浏览器中使用,  而且可以在node 环境中使用
2: 安装:
   npm install art-template 的使用:

3: 在node 环境中可以使用art-template 模板引擎:
4: 模板引擎最早就是诞生于服务器领域, 后来才发展到了前端。

5: 安装npm install art-template 模板
   在需要是使用的文件模块中加载 art-template 模块;
6: 只需要使用require 方法就可以了:  require('art-template')  模板;
7: 参数中的art-template 就是你下载包的名字
8: 也就是你说的 install 的名字,  则是require 中就是什么;
9:  查文档,  使用模板引擎的 API

var template = require('art-template');

未完待续...
上一篇:服务端概念


下一篇:在Vue中echarts可视化组件的使用