koa-generator icon indicating copy to clipboard operation
koa-generator copied to clipboard

Koa' application generator for 1.x and 2.x( Express-style and support all middlewares include async/await )

Results 18 koa-generator issues
Sort by recently updated
recently updated
newest added

npm WARN deprecated [email protected]: This package is no longer maintained npm WARN notice [SECURITY] uglify-js has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=uglify-js&version=2.4.24 - Run `npm...

是否有计划集成eslint

咨询您一个问题,要在此基础上引入webpack做移动端,有什么解决方案吗?

如sass、less这些怎么编译?

从这里下载了koa-generator, 想在index.hbs继承layout.hbs,做了下面的修改 app.js ``` app.use(views(__dirname + '/views', { extension: 'hbs', map: { hbs: 'handlebars' }, options: { partials: { layout: './layout' } } })) ``` 就改了这个,第一次没有报错,第二次貌似把layout.hbs的内容读出来作为路径了 ``` Error: ENOENT: no...

One of the dependencies ([email protected]) of koa-generator is deprecated. ```javascript npm warn deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the...