x-js-server
v1.8.0
Published
This is a common JavaScript tool library for Node.js.
Downloads
10
Maintainers
Readme
Introduction
This is a common JavaScript tool library for Node.js.
Run
npm run dev//To build files in development environment
npm run dist//To build files in production environment
npm run test//To run unit test
Usage
npm install --save x-js-server
Notice
- To ensure that the commit log format is consistent, please use
npm run ct
to commit the code