Former-commit-id: 54faac5ab769f166cac8f2e3ceb307da1e1b4d15 [formerly 54faac5ab769f166cac8f2e3ceb307da1e1b4d15 [formerly 54faac5ab769f166cac8f2e3ceb307da1e1b4d15 [formerly 54faac5ab769f166cac8f2e3ceb307da1e1b4d15 [formerly 1a30d370c075841667b87f6e6fdc0e90d8f76668 [formerly 5debcc6e726975554281add93e31e5760fc4113f]]]]] Former-commit-id: 67775e236561d9ac4d0e2a7c7192021b29865e66 Former-commit-id: 4e2f85406556c8c051715b5fec1c56e604f58bcc Former-commit-id: eee6d73cb22c7049dc572f843c425e63ca3174ce [formerly c0afe657361ca9cd3c142aa7e81213daaaca4245] Former-commit-id: d473e60cee414c873c98b7c4f18535142f2512c7 Former-commit-id: 64fda9ac05840434a02df4f0ad5dd9d3d3126cad Former-commit-id: a85a95ea157f0c561ab0d88118351a34b0c0b7e7 Former-commit-id: 0257988fa9a5aa363b0d863c2f6964143068700d Former-commit-id: 2572b9119b2648fe728f55dbae9398cc7d5b7d6f
46 lines
1.5 KiB
Markdown
46 lines
1.5 KiB
Markdown
# 快速上手
|
|
|
|
## 开始
|
|
|
|
> 使用教程正在补充
|
|
|
|
在上手之前,建议您先大致浏览以下章节,对整个系统有大致了解
|
|
|
|
* 每个页面最基础的构成部分:[页面容器](../components/container.md)
|
|
* 一些你会用到的全局数据和方法:[VUEX 实用工具](../plugins/vuex.md)
|
|
* 一些你会用到的公用方法:[Util 实用工具](../plugins/util.md)
|
|
|
|
如果你想了解更多 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) |