We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f314832 + 8198516 commit 6341dfbCopy full SHA for 6341dfb
README.md
@@ -1,6 +1,6 @@
1
2
3
-<img src="https://github.com/anjoy8/Blog.Vue/blob/master/public/logovue.png" width="350" />
+<img src="./public/logovue.png" width="350" />
4
5
6
老张:这只是 .netCore+Vue 的前端部分,后端API部分,请看我的另一个工程 https://github.com/anjoy8/Blog.Core
@@ -9,7 +9,7 @@
9
博客园:https://www.cnblogs.com/laozhang-is-phi/
10
11
简书:https://www.jianshu.com/u/94102b59cc2a
12
-
+
13
环境:
14
node.js、Npm/Cnpm、vue-cli、vue-router、vuex等
15
@@ -29,9 +29,6 @@ npm run serve
29
```
30
然后你就可以直接访问 http://localhost:6688
31
32
-```
33
34
35
### 如果要部署,先执行bulid
36
37
npm run build
0 commit comments