Skip to content

Instantly share code, notes, and snippets.

@Jiahonzheng
Jiahonzheng / package.json
Last active February 21, 2021 14:14
前端路由实现方式
{
"name": "frontend-router",
"version": "1.0.0",
"scripts": {
"vanilla.hash": "serve -c vanilla.hash.json ./",
"vanilla.history": "serve -c vanilla.history.json ./"
},
"dependencies": {
"serve": "^11.3.0"
}
@Jiahonzheng
Jiahonzheng / Microsoft.PowerShell_profile.ps1
Last active March 2, 2019 14:24
PowerShell: oh-my-posh
Import-Module oh-my-posh
Set-Theme Paradox
$DefaultUser = "Jiahonzheng"