It is inspired by angular-filemanager to allow for basic file upload, download and management on the server. My version uses Angular Material instead of Bootstrap. This is the first open source piece ...
本地项目安装 npm install --save http-server 在 package.json 文件中找到 scripts 字段,加上一个属性:start,值是 http-server -p 7080 -o 打开终端,切到 package.json 文件所属目录,执行 npm start,这个时候 npm 会自动找当前路径下的 package.json -> scripts -> ...