文件名称:generator-ngep:Yeoman Angular Enterprise 生成器 (Gulp)
文件大小:19KB
文件格式:ZIP
更新时间:2024-07-10 01:35:34
JavaScript
生成器-ngep 生成器 入门 什么是约曼? 套路问题。 这不是一回事。 是这个人: 基本上,他戴着大礼帽,住在你的电脑里,等着你告诉他你想创建什么样的应用程序。 并非每台新计算机都预装了 Yeoman。 他住在包存储库中。 你只需要问他一次,然后他就收拾东西搬进你的硬盘。 确保你清理干净,他喜欢新的和闪亮的东西。 npm install -g yo 自耕农发电机 约曼轻装上阵。 他搬进来的时候没有带任何发电机。你可以把发电机想象成一个插件。 您可以选择要创建的应用程序类型,例如 Backbone 应用程序甚至 Chrome 扩展程序。 要从 npm 安装 generator-ngep,请运行: npm install -g generator-ngep 最后,启动生成器: yo ngep 认识约曼 约曼有一颗金子般的心。 他是一个有感情和意见的人,但他很容易相处。 如果
【文件预览】:
generator-ngep-master
----generators()
--------view()
--------module()
--------directive()
--------app()
--------controller()
--------filter()
--------service()
----.gitignore(14B)
----.yo-rc.json(31B)
----README.md(2KB)
----test()
--------test-directive.js(483B)
--------test-filter.js(1KB)
--------test-view.js(473B)
--------test-controller.js(485B)
--------test-service.js(479B)
--------test-app.js(2KB)
--------test-module.js(825B)
----.gitattributes(12B)
----.jshintrc(275B)
----package.json(836B)
----.travis.yml(72B)
----.editorconfig(197B)
----lib()
--------utils.js(479B)