2018-07-27 11:11:57 +08:00
|
|
|
# 快速上手
|
|
|
|
|
|
2018-07-27 22:56:37 +08:00
|
|
|
## 开始
|
|
|
|
|
|
2018-07-27 11:11:57 +08:00
|
|
|
> 使用教程正在补充
|
|
|
|
|
|
|
|
|
|
在上手之前,建议您先大致浏览以下章节,对整个系统有大致了解
|
|
|
|
|
|
|
|
|
|
* 每个页面最基础的构成部分:[页面容器](../components/container.md)
|
|
|
|
|
* 一些你会用到的全局数据和方法:[VUEX 实用工具](../plugins/vuex.md)
|
|
|
|
|
* 一些你会用到的公用方法:[Util 实用工具](../plugins/util.md)
|
|
|
|
|
|
2018-07-27 22:56:37 +08:00
|
|
|
如果你想了解更多 D2Admin 相关的教程和更新文章,可以参阅 [文章](../article/)
|
|
|
|
|
|
|
|
|
|
## 资源
|
|
|
|
|
|
|
|
|
|
下面是一些在开发过程会用到的文档,列举在这里方便大家快速查看
|
|
|
|
|
|
|
|
|
|
组件库
|
|
|
|
|
|
|
|
|
|
* [element-ui](http://element.eleme.io/#/zh-CN/component/quickstart)
|
|
|
|
|
|
|
|
|
|
项目基础
|
|
|
|
|
|
|
|
|
|
* [vue.js](https://cn.vuejs.org/v2/guide/)
|
|
|
|
|
* [vuex](https://vuex.vuejs.org/zh/guide/)
|
|
|
|
|
* [vue-router](https://router.vuejs.org/zh/guide/)
|
|
|
|
|
* [sass](https://www.sass.hk/guide/)
|
|
|
|
|
|
|
|
|
|
脚手架
|
|
|
|
|
|
|
|
|
|
* [vue-cli3](https://github.com/vuejs/vue-docs-zh-cn/tree/master/vue-cli)
|
|
|
|
|
* [webpack-chain](https://github.com/mozilla-neutrino/webpack-chain)
|
|
|
|
|
|
|
|
|
|
插件
|
|
|
|
|
|
|
|
|
|
* [axios](https://github.com/axios/axios)
|
|
|
|
|
* [better-scroll](https://github.com/ustbhuangyi/better-scroll)
|
|
|
|
|
* [dayjs](https://github.com/iamkun/dayjs)
|
|
|
|
|
* [echarts](http://echarts.baidu.com/index.html)
|
|
|
|
|
* [lowdb](https://github.com/typicode/lowdb)
|
|
|
|
|
* [mockjs](https://github.com/nuysoft/Mock/wiki)
|
|
|
|
|
* [v-charts](https://v-charts.js.org/#/props)
|
|
|
|
|
* [vue-grid-layout](https://github.com/jbaysolutions/vue-grid-layout)
|
|
|
|
|
* [vue-i18n](https://kazupon.github.io/vue-i18n/guide/started.html)
|
|
|
|
|
* [vue-splitpane](https://www.npmjs.com/package/vue-splitpane)
|