lsx-file-util

1.1.0 • Public • Published

对创建工程的文件夹进行封装:

author:liushuxin

使用方法:

npm install lsx-file-util --save

安装后:

var fileCreate = require('lsx-file-util'); fileCreate(filename,client_js,client_stylesheet,clinet_template,server_router);

其中:

  • client_js: public中js的路径
  • client_stylesheet 样式表的位置
  • clinet_templat 模板的位置
  • server_router 路由的位置

/lsx-file-util/

    Package Sidebar

    Install

    npm i lsx-file-util

    Weekly Downloads

    2

    Version

    1.1.0

    License

    ISC

    Last publish

    Collaborators

    • david_liu