diff --git "a/\344\274\215\345\255\246\345\206\233/20260420-\345\256\211\350\243\205vue.md" "b/\344\274\215\345\255\246\345\206\233/20260420-\345\256\211\350\243\205vue.md" new file mode 100644 index 0000000000000000000000000000000000000000..ce4aaad69c0ac1d4981b1c6ab9dc36f9973d5dad --- /dev/null +++ "b/\344\274\215\345\255\246\345\206\233/20260420-\345\256\211\350\243\205vue.md" @@ -0,0 +1,17 @@ +## 笔记 + +### 安装vue +``` +npm create vue@latest +cd 项目名 + +如果安装太久换淘宝镜像 +npm config set registry https://registry.npmmirror.com + +npm install +npm run dev + +启动成功后,浏览器打开: +http://localhost:5173 +``` + diff --git "a/\344\274\215\345\255\246\345\206\233/20260422.md" "b/\344\274\215\345\255\246\345\206\233/20260422.md" new file mode 100644 index 0000000000000000000000000000000000000000..0b3ad7018dec374b89e359ac65d650640ae96bea --- /dev/null +++ "b/\344\274\215\345\255\246\345\206\233/20260422.md" @@ -0,0 +1,19 @@ +## 笔记 + +``` +yarn dev(vite); +看scripts + +yarn vite build + +npm config set registry=http://npm.soft.com + +yarn dev --host + +``` +``` +let nickname = ''; +