文件名称:generator-yangular:带有Gulp,Bootstrap和LESS的AngularJS的Yeoman生成器
文件大小:46KB
文件格式:ZIP
更新时间:2024-05-18 11:04:51
JavaScript
生成器 基于 , 和的AngularJS Yeoman生成 安装 安装yo , gulp , bower , generator-yangular : npm install -g gulp bower yo generator-yangular 新建一个目录,并cd到其中: mkdir my-new-project && cd my-new-project 运行yo yangular ,可以选择传递一个应用程序名称: yo yangular [app-name] Gulp文件 在http://locahost:9000服务该项目 gulp serve 添加选项--open打开并在http://locahost:9000 gulp serve --open 生成一个dist目录准备生产 gulp build 运行业力测试 gulp test 生成文件夹,其中包含所有生成的文档,其
【文件预览】:
generator-yangular-master
----.jshintrc(292B)
----.gitignore(14B)
----util.js(1KB)
----.jscsrc(2KB)
----templates()
--------app()
--------tasks()
----package.json(854B)
----.travis.yml(72B)
----LICENSE(1KB)
----generators()
--------view()
--------app()
--------factory()
--------filter()
--------route()
--------controller()
--------directive()
--------constant()
--------service()
----README.md(2KB)
----.yo-rc.json(31B)
----.gitattributes(12B)
----test()
--------test-app.js(5KB)
----.editorconfig(197B)