灏天阁

vue3.2/Vite/Ts1: 项目初始化

· Yin灏

项目初始化命令

pnpm create vite

配置浏览器自动打开

//...
"scripts": {
    "dev": "vite --open"
}
//...

- Book Lists -