文件名称:grunt-init-apicloud:用于开发 apicloud 应用程序的 grunt-init 模板
文件大小:53KB
文件格式:ZIP
更新时间:2024-06-23 03:45:22
JavaScript
grunt-init-apicloud 基于grunt-init文档开发的一套模板 用于快速开发、部署APICloud应用 基本使用方法 下载模板 git clone https://github.com/taxusyew/grunt-init-apicloud.git ~/.grunt-init/apicloud windows上就放在%USERPROFILE%\.grunt-init\ 创建新项目 新建项目文件夹,/path/to/my-project 在该文件夹下,初始化模板: grunt-init apicloud 如果模板文件不是放在.grunt-init文件夹下,那就使用grunt-init /path/to/my-template 生成编译后项目 安装npm模块: npm install 生成项目: grunt 最终项目源码会在 /path/to/my-project/bui
【文件预览】:
grunt-init-apicloud-master
----rename.json(101B)
----root()
--------src()
--------Gruntfile.js(5KB)
----README.md(2KB)
----template.js(1KB)