Commit f21e384bdade988e9ae9817f2fb1b47cb9789760
1 parent
e7143ccc
add files
Showing
1 changed file
with
8 additions
and
1 deletions
Too many changes to show.
To preserve performance only 1 of 4 files are displayed.
README.md
| @@ -29,5 +29,12 @@ npm test | @@ -29,5 +29,12 @@ npm test | ||
| 29 | 29 | ||
| 30 | For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). | 30 | For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). |
| 31 | 31 | ||
| 32 | -# 安装npm | 32 | +# 使用手册和插件说明 |
| 33 | +1. css 使用 scss 需要安装 node-sass 和 sass-loader | ||
| 34 | +2. 路由使用的是[vue-router](https://router.vuejs.org/zh-cn/) | ||
| 35 | +3. 状态管理模式[Vuex](https://vuex.vuejs.org/zh-cn/) | ||
| 36 | +3. ajax 请求使用的是[axios](https://github.com/mzabriskie/axios) | ||
| 37 | + | ||
| 38 | + | ||
| 39 | + | ||
| 33 | 40 |