Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
generator-mis
Advanced tools
生成贴吧MIS文件,基于Angular开发方案2.0
去这里了解一下:)
在开始使用前,请确保你已经全局安装以下组件:
开发机上需要先安装Jumbo,然后才可全局安装node 包
首先安装yeoman
npm install -g yo
然后安装本生成器
npm install -g generator-mis
在模块根目录执行:
yo mis
然后,请跟随贴心制作好的向导一步一步来。
新增对业务线的支持 可以选择生成MIS或者生成业务线代码
在模块根目录执行:
# template 名可选,可以在之后的提问中填写
yo mis:template [template名]
在模块根目录执行:
# view 名可选,可以在之后的提问中填写
yo mis:view [view名]
再也不用手动去创建勒!
在模块根目录执行:
yo mis:widget <widget名>
再也不用手动去创建勒! PS:在非angular项目中也能使用这个命令来增加widget
前端插件通过bower安装,目前仅包含以下插件,有需要再完善添加.
bower_components
下的源文件有一个带中文的文件叫QUI 框架介绍.txt
,需手动删除,目前的编译部署机制不支持带中文文件名的文件bower.json
,Gruntfile.js
,package.json
等文件需要加入到版本管理么?可以选择不加入
svn
,当然也可以加入svn
一并提交,但对于bower_components
及node_modules
两个文件夹千万不要加入svn
进行提交,你会想哭的
bower_components
文件夹和node_modules
文件夹下的文件千万别手动删除,至少在Windows下,会提示文件路径太长无法删除的情况,正确的做法是将bower.json和package.json里面所有的依赖都删除,然后执行
bower prune
和npm prune
。成功后,就可以爽快地rm -rf
了,当然,此时你也可以手动删除了。
deploy-conf.js
文件冲突,该选择覆盖么?是的,如果你在非新建模块创建项目,会将新输入的模块名,子模块名(如果有的话)和部署机器等信息更新到
deploy-conf.js
文件
fis-conf.js
文件冲突,该选择覆盖么?是的,如果你在非新建模块创建项目,会写入新项目的js和css合并规则到
fis-conf.js
文件
Gruntfile.js
文件冲突,该选择覆盖么?是的,根据所选择安装插件的情况,会向
Gruntfile.js
文件写入一些复制任务,将从bower安装的文件复制到static目录下
直接通过
bower install <插件名>
进行安装,取代手工下载,会方便很多~
MIT
Wayou Liu | Weitao Lee | Clover Liu |
FAQs
百度贴吧MIS生成器
The npm package generator-mis receives a total of 6 weekly downloads. As such, generator-mis popularity was classified as not popular.
We found that generator-mis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.