Skip to content

Commit

Permalink
补充文档预览图片;取消路由history模式;
Browse files Browse the repository at this point in the history
  • Loading branch information
shuiRong committed Dec 10, 2018
1 parent dd3335b commit 644efbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -4,6 +4,10 @@
[**预览**](https://heuristic-stonebraker-33e1b8.netlify.com/#/)

![预览图片](static/vue.png)



这是我第一个真正意义上的 Vue 项目,共花了5天时间,每天大概3,4 个小时左右在这个项目上。除了`Vue.js`概念比较了解外,`Vue-router``Vue-resource`都是现学现用。之前还想着可能要花点时间学下新东西,但看了文档后才发现其实挺简单的...

```bash
Expand All @@ -18,7 +22,6 @@ PS: 如果你想入门Vue,但苦于没有难度合适的项目的话,Here For

**2017-5-24:** 如果你看完[Vuex](https://vuex.vuejs.org/zh-cn/)文档,对于如何把它应用到`实际项目`中还是有点茫然的话,那么我为这个项目写了一个 Vuex 版本。就在`vuexVersion`文件中。


---

### 本地运行:
Expand Down
1 change: 0 additions & 1 deletion src/router.js
Expand Up @@ -7,7 +7,6 @@ import User from './views/User.vue'
Vue.use(Router)

export default new Router({
mode: 'history',
base: process.env.BASE_URL,
routes: [
{
Expand Down
Binary file added static/vue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 644efbd

Please sign in to comment.