Quantcast
Channel: Programming – Xinyustudio
Browsing all 284 articles
Browse latest View live

‘vue’ is not recognized as an internal or external command, operable program...

Following the instruction from vue official site, I installed vue-cli via below command in termal: npm install -g @vue/cli # OR yarn global add @vue/cli For me I used the latter. And then when I fire...

View Article


Image may be NSFW.
Clik here to view.

Ramda function explained: lens

Ramda is a practical functional library for JavaScript programmers. It follows functional programming paradigm, and official doc for lens is shown here. One of the limitation of ramda is that its...

View Article


Image may be NSFW.
Clik here to view.

Using Intellij Idea as a Markdown Editor

Markdown is a lightweight markup language with plain text formatting syntax. Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text...

View Article

Troubleshooting: node_modules/@types/react/index.d.ts – error TS2717

If you encoutner the captioned error when building a react app using typescript, you are not alone, There are bunch of solutions discussed on the internet:...

View Article
Browsing all 284 articles
Browse latest View live