Git Product home page Git Product logo

clemon-admin's Introduction

package.json

//初始化一个package.json
$ npm init
//--save参数表示将该模块写入dependencies属性,--save-dev表示将该模块写入devDependencies属性
$ npm install express --save
$ npm install express --save-dev

Dependencies

应用级别

图表

编辑器

服务器请求、重定向、函数调用

上传下载,导入导出,文件处理

cookie、session、缓存

加密

基础数据类型的操作

CSS

验证

  • email-validator
  • validator: 验证字符串的类型(手机、邮箱、数据类型、货币等各种),以及转换成合法字符串(例如url escape、normalizeEmail)
  • ccap: 生成图片验证码

定时任务

NLP自然语言处理(Natural Language Processing)

  • natural: 自然语言处理工具,已支持中文
  • nodejieba: 应该是目前性能最好的 Node.js 中文分词库

其他

DevDependencies

Mock数据

参考链接

clemon-admin's People

Contributors

mnan2c avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.