wxs77577 / rest-admin

Restful Admin Dashboard Based on Vue and Boostrap 4
http://rest-admin.genyii.com
MIT License
624 stars 128 forks source link

nodemon missing from package.json #1

Closed jwaggs closed 6 years ago

jwaggs commented 6 years ago

Pretty self explanatory... nodemon is missing from the package.json so I needed to install it before being able to run the test api. Didn't feel this was enough to open a PR but I can if desired. Below line fixes the problem:

npm install nodemon --save

wxs77577 commented 6 years ago

@jwaggs it's an important development tool, you'd better install nodemon globally, cause maybe you will use it every where.

npm i -g nodemon