Hellowor1d
Hellowor1d
error just like that : TS7016: Could not find a declaration file for module '@fortawesome/vue-fontawesome'. '/../Workspace/../node_modules/@fo rtawesome/vue-fontawesome/index.js' implicitly has an 'any' type. --- Having seen the issue"Added typescript definitions" in...
添加了一种 更接近 yilia 的配色,调整了一下字体,原字体不太适合代码 另外用你原来的代码添加了代码字体可配置项到config 你看看是否合适,合不合并都行哈 [可以看看我这样修改后的展示效果](http://hellowor1d.github.io/2016/08/10/color/) 对了,这个方案没添加对于gist-file的设置,有空我再补上,或者你添加喜欢的样式
看了作者和天猪在egg 的 issue 下的讨论,追过来的,下载试了一把报错 ``` [nuxt] Building error TypeError: Nuxt is not a constructor at NuxtEggApplication.get nuxt [as nuxt] (/Users/liuml/Workspace/personal/nuxt-egg/node_modules/nuxt-egg/app/extend/application.js:8:20) at /Users/liuml/Workspace/personal/nuxt-egg/node_modules/nuxt-egg/app.js:7:17 at Generator.next () at onFulfilled (/Users/liuml/Workspace/personal/nuxt-egg/node_modules/co/index.js:65:19) at /Users/liuml/Workspace/personal/nuxt-egg/node_modules/co/index.js:54:5...
### framework template: nuxt-express ### example: nuxt.config.js: ```js // nuxt.config.js module.exports = { ... webpackMonitor : { capture: true, // -> default 'true' target: '~/.monitor/stats.json', // default -> '../monitor/stats.json' launch:...