UNPKG

flyku

Version:

Flyku is an automated, modular development framework. The goal is to reduce duplication of work in the front-end development process, so that you pay more attention to the program itself.

13 lines 252 B
/** * @date 16-12-2016 * @describe: * @author: flyku * @version: 1.0.0 */ define(function(require, exports, module) { var $ = require('jquery'); var nomod = require('template/example-nomodule'); $(function(){ nomod.init(); }) });