Web
Creative Coding
Japanese Culture
Author
node.js
node.js
,
css
,
sass
How to fix “SassError: Properties are only allowed within rules, directives, mixin includes, or other properties.”
You have already maybe got this error when compiling sass file. In this case this error could be reproduced when including mixin module.
webpack
,
node.js
Optimize Build Speed in webpack 4
Recently I did research on how to optimize build time with webpack 4. This article shows the results of what I have verified.
node.js
,
Coding
,
gcp
Take off Cloud Text-to-Speech API using Node.js
This post is my memo about how Cloud Text-to-Speech API from Google uses
vue
,
Nuxt
,
Coding
,
node.js
How to start express project in Nuxt 2.x
I did research on how Vue in a Nuxt project interacts with Express, and figured out the relationship. Here are some tips to start an Express project with Nuxt.js. First of all, let’s take a look at your Nuxt version to see if it is supported.