Skip to content

Commit 6341dfb

Browse files
authored
Merge pull request anjoy8#2 from wswind/master
README.md 图片地址使用相对路径,否则本地markdown编辑器可能无法显示
2 parents f314832 + 8198516 commit 6341dfb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
<img src="https://github.com/anjoy8/Blog.Vue/blob/master/public/logovue.png" width="350" />
3+
<img src="./public/logovue.png" width="350" />
44

55

66
老张:这只是 .netCore+Vue 的前端部分,后端API部分,请看我的另一个工程 https://github.com/anjoy8/Blog.Core
@@ -9,7 +9,7 @@
99
博客园:https://www.cnblogs.com/laozhang-is-phi/
1010

1111
简书:https://www.jianshu.com/u/94102b59cc2a
12-
12+
1313
环境:
1414
node.js、Npm/Cnpm、vue-cli、vue-router、vuex等
1515

@@ -29,9 +29,6 @@ npm run serve
2929
```
3030
然后你就可以直接访问 http://localhost:6688
3131

32-
```
33-
```
34-
3532
### 如果要部署,先执行bulid
3633
```
3734
npm run build

0 commit comments

Comments
 (0)