文件名称:boilerplate:我的 Yeoman 样板
文件大小:14KB
文件格式:ZIP
更新时间:2024-08-07 00:59:24
JavaScript
将生成器链接到 npm:打开文件夹并运行 npm link 在 mac 上安装 brew 包管理器 ruby -e " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install ) " 在 mac 上安装 wget brew install wget 更新 package.json 依赖项 npm install -g npm-check-updates npm-check-updates -u npm install 安装发电机 1. git clone https://... blog 2. cd blog && npm install 3. cd generators/generator-boilerplate && npm link 运行生成器 yo boilerpla
【文件预览】:
boilerplate-master
----.jshintrc(275B)
----.gitignore(14B)
----package.json(749B)
----.travis.yml(72B)
----generators()
--------app()
----README.md(2KB)
----.yo-rc.json(31B)
----.gitattributes(12B)
----test()
--------test-app.js(599B)
----.editorconfig(197B)