-
# codes snippets
https://github.com/xyz-data/vscode-react/issues
https://github.com/xyz-data/?utf8=%E2%9C%93&q=vs&type=&language=
https://github.com/xyz-data/vscode-react/blob/master/snippets…
-
# text to JSON
https://www.cnblogs.com/xgqfrms/p/13283680.html
https://repl.it/@xgqfrms/js-relpace-n#readme.md
https://www.cloudflare.com/cdn-cgi/trace
```js
"use strict";
/**
*
…
-
# how to using webpack minify multi html templates?
https://github.com/jantimon/html-webpack-plugin
https://www.cnblogs.com/xgqfrms/p/9109493.html
-
# macOS wifi local network testing
http://localhost:3000/
http://192.168.1.12:3000
```sh
$ browser-sync start --server --files "./*.html"
[Browsersync] Access URLs:
--------------…
-
第207天 你是如何组织html代码的?
[我也要出题](http://web.haizlin.cn/interview/)
-
# CSS parent selector
https://css-tricks.com/parent-selectors-in-css/
https://remysharp.com/2010/10/11/css-parent-selector/
https://stackoverflow.com/questions/1014861/is-there-a-css-parent-s…
-
https://pm2.io/doc/en/runtime/guide/installation/
PM2 - Guide, References, Tutorials and Best Practices about PM2 and Node.js.
-
# webpack 3.x best practical
https://www.cnblogs.com/xgqfrms/p/9515189.html
## multi pages
# webpack 4.x best practical
https://www.cnblogs.com/xgqfrms/p/9109493.html
-
# codes snippets
```json
{
"JavaScript ES6 React Template": {
"prefix": "js6r",
"body": [
"\"use strict\";",
"",
"/**",
…
-
# VUE & VUE CLI 3.x
## VUE CLI
```sh
# remove old version (1.x / 2.x)
$ npm uninstall vue-cli -g or yarn global remove vue-cli.
# install 3.x
$ npm install -g @vue/cli
# OR
$ yarn glob…