topolr
v1.8.4
Published
topolr frontend base library
Downloads
31
Readme
topolr web framework.
Useage
step 1 安装
$ npm install topolr --savestep 2 引入页面
<script src='[sitepath]/node_modules/topolr.js'>
//or
<script src='[sitepath]/node_modules/topolr.min.js'>step 3 更换路径
var topor=require("topolr");
topolr.copySourceTo(path);//source code
topolr.copyMiniTo(path);//uglify code
