Aucune description

liuyu 31b1253a39 hhh il y a 4 ans
.github 7aafdf7cdd hhh il y a 4 ans
.vscode 7aafdf7cdd hhh il y a 4 ans
app 31b1253a39 hhh il y a 4 ans
config a7923f9f9b hhh il y a 4 ans
test 7aafdf7cdd hhh il y a 4 ans
.autod.conf.js 7aafdf7cdd hhh il y a 4 ans
.eslintignore 7aafdf7cdd hhh il y a 4 ans
.eslintrc 7aafdf7cdd hhh il y a 4 ans
.gitignore 7aafdf7cdd hhh il y a 4 ans
.travis.yml 7aafdf7cdd hhh il y a 4 ans
README.md cf02132563 first commit il y a 4 ans
appveyor.yml 7aafdf7cdd hhh il y a 4 ans
ecosystem.config.js 7aafdf7cdd hhh il y a 4 ans
jsconfig.json 7aafdf7cdd hhh il y a 4 ans
package.json 7aafdf7cdd hhh il y a 4 ans
server.js 7aafdf7cdd hhh il y a 4 ans

README.md

live-stomp

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.