Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on npm

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Project Management Using npm

  1. Initiate a project.
    npm init
    

yarn global add @vue/cli @vue/cli-service-global npm install -g @vue/cli @vue/cli-service-global

npm run tauri:serve

sudo

  1. Avoid using sudo …

Tips on JavaScript

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

The State of Frontend in 2022 has a good discussion about the state and trend of frontend technologies as of 2022.

JavaScript Runtimes

  1. Node.js is a JavaScript runtime environment outside …

Make Charts in Markdown Using Mermaid

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://frehberg.com/2022/12/docs-as-code-mermaid-inline-diagrams/ Docs as Code: Mermaid inline diagrams

Tools for Rust

https://crates.io/crates/aquamarine Aquamarine is a procedural macro extension for rustdoc, that aims to …

Use Tauri to Build a Desktop Application

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Tauri is a framework for building tiny, blazing fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their …

Hands on JavaScript

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!