07 2023 档案

摘要:location中的try_files location /images/ { root /opt/html/; try_files $uri $uri/ /images/default.gif; } 比如 请求 127.0.0.1/images/test.gif 会依次查找 文件/opt/html 阅读全文
posted @ 2023-07-21 16:22 bhxuwei 阅读(40) 评论(0) 推荐(0) 编辑
摘要:## 创建项目 create-vue创建vue3项目 推荐,这个库也是官方进行维护的,所以使用起来无烦恼,yyds。 执行方式也是比较简单的,我们可以基于vite创建vue3或者vue2的项目 ``` npm init vue@3 npm init vue@2 ``` 依次填写和选择下列选项 ``` 阅读全文
posted @ 2023-07-06 17:13 bhxuwei 阅读(37) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示