nej-cli

0.2.0 • Public • Published

nej-cli

A simple CLI for scaffolding NEJ projects.

NEJ project

  • deploy(nej打包配置目录)
    • release.conf
  • mock(模拟数据)
    • async(异步数据)
    • sync(同步数据)
  • nej(nej框架)
  • res(资源文件)
    • img
    • svg
    • fonts
  • src(源码)
    • css
    • javascript
      • base(基础js, regular/util/module等)
    • html(模板, 调度模块)
    • mass(mcss扩展函数)
    • mcss(mcss源码)
      • _*.mcss(mcss配置工具等,不会编译到css)
  • template(Freemarker模板)
    • error(错误页面)
      • 404.ftl
      • 500.ftl
      • error.ftl
      • info.ftl
      • noaccess.ftl
      • warn.ftl
    • common(通用模板)
      • config.ftl
      • macro.ftl
    • _template.ftl
  • gulpfile.js(gulp配置文件)
  • package.json(node项目配置)
  • server.js(express服务器)

links

genify/nej

regular

leeluolee/mcss

leeluolee/mass

zjzhome/Gulp-Mock-Server

Readme

Keywords

Package Sidebar

Install

npm i nej-cli

Weekly Downloads

3

Version

0.2.0

License

MIT

Last publish

Collaborators

  • zjzhome