npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

generator-mis

v0.3.17

Published

百度贴吧MIS生成器

Downloads

39

Readme

贴吧MIS生成器Code Climate

生成贴吧MIS文件,基于Angular开发方案2.0

NPM

没听过Yeoman?

这里了解一下:)

开始之前

在开始使用前,请确保你已经全局安装以下组件:

开发机上需要先安装Jumbo,然后才可全局安装node 包

安装

首先安装yeoman

npm install -g yo

然后安装本生成器

npm install -g generator-mis

使用

生成项目

在模块根目录执行:

yo mis

然后,请跟随贴心制作好的向导一步一步来。

新增对业务线的支持 可以选择生成MIS或者生成业务线代码

生成一个template

在模块根目录执行:

# template 名可选,可以在之后的提问中填写
yo mis:template [template名]

生成一个view

在模块根目录执行:

# view 名可选,可以在之后的提问中填写
yo mis:view [view名]

再也不用手动去创建勒!

生成一个widget

在模块根目录执行:

yo mis:widget <widget名>

再也不用手动去创建勒! PS:在非angular项目中也能使用这个命令来增加widget

预览

  • 下面是MIS界面预览图

default theme

  • 下面是平台化MIS界面预览图

default theme

插件

前端插件通过bower安装,目前仅包含以下插件,有需要再完善添加.

已知的问题

  • 当选择了ztree插件后,安装到bower_components下的源文件有一个带中文的文件叫QUI 框架介绍.txt,需手动删除,目前的编译部署机制不支持带中文文件名的文件

FAQ

  • 使用本生成器生成的bower.jsonGruntfile.jspackage.json等文件需要加入到版本管理么?

可以选择不加入svn,当然也可以加入svn 一并提交,但对于bower_componentsnode_modules两个文件夹千万不要加入svn进行提交,你会想哭的

  • 如何删除bower及npm安装的文件,也即bower_components文件夹和node_modules文件夹下的文件

千万别手动删除,至少在Windows下,会提示文件路径太长无法删除的情况,正确的做法是将bower.json和package.json里面所有的依赖都删除,然后执行bower prunenpm 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 <插件名> 进行安装,取代手工下载,会方便很多~

LICENCE

MIT

CONTRIBUTORS

Wayou Liu | Weitao Lee| Clover Liu :---:|:---:|:---: Wayou Liu | Weitao Lee | Clover Liu

REFERENCES