the industrial

ブログと言うより自分のためのメモ以外の何モノでもないです。でも読んでくださってありがとうございます。

2018-11-23から1日間の記事一覧

皇帝ダリア見たさに30.8kmウォーキング

今年も皇帝ダリアを見ることができました 毎年見てるのだけど、何度見ても感動する この堂々と咲き誇る姿よ 忍者スタイルです

Nuxt.jsで「error and 0 warnings potentially fixable with the `--fix` option.」と出たら

nuxt.config.js の extend(config, ctx) { // Run ESLint on save if (ctx.isDev && ctx.isClient) { config.module.rules.push({ enforce: 'pre', test: /\.(js|vue)$/, loader: 'eslint-loader', exclude: /(node_modules)/ }) } } を extend(config, ctx)…