no message
Former-commit-id: d26968538d146e0a452349080e91aa86eedbf1b7 Former-commit-id: 1f5ae602c2572973ec56b054470d30b18e6d598d Former-commit-id: 53afa7085a610f19a1d94108f25b9f9a113d276d
This commit is contained in:
91
README.md
91
README.md
@@ -21,7 +21,7 @@ Solution of management system front-end based on `vue.js` and `ElementUI`
|
||||
|
||||
Welcome everyone to maintain
|
||||
|
||||
[Documentation (English)](https://fairyever.github.io/d2admin-vue-element-doc/) / [中文文档](https://fairyever.github.io/d2admin-vue-element-doc/zh/)
|
||||
[Documentation (English)](https://fairyever.github.io/d2admin-vue-element/) / [中文文档](https://fairyever.github.io/d2admin-vue-element/zh/)
|
||||
|
||||
[Online preview / 在线预览](http://d2admin.fairyever.com/)
|
||||
|
||||
@@ -128,91 +128,4 @@ v8.11.1
|
||||
edunpm - http://registry.enpmjs.org/
|
||||
```
|
||||
|
||||
> Not recommended for use `cnpm`
|
||||
|
||||
## preview
|
||||
|
||||
login
|
||||
|
||||

|
||||
|
||||
dashboard
|
||||
|
||||

|
||||
|
||||
mock data demo
|
||||
|
||||

|
||||
|
||||
dragable and modified size card
|
||||
|
||||

|
||||
|
||||
dragable layout
|
||||
|
||||

|
||||
|
||||
multi-language support
|
||||
|
||||

|
||||
|
||||
import `csv` `xlsx`
|
||||
export `csv` `xlsx` and text
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
three modes page container component
|
||||
|
||||

|
||||
|
||||
integrated rich text editor
|
||||
|
||||

|
||||
|
||||
integrated markdown editor
|
||||
|
||||

|
||||
|
||||
integrated icon font
|
||||
|
||||

|
||||
|
||||
encapsulation icon component
|
||||
|
||||

|
||||
|
||||
support automatically import SVG folder icon, and through the use of components
|
||||
|
||||

|
||||
|
||||
icon selector component
|
||||
|
||||

|
||||
|
||||
Integrated markdown rendering function and optimized the Baidu cloud sharing link in the rendering result display
|
||||
|
||||

|
||||
|
||||
integrated digital animation plug-in
|
||||
|
||||

|
||||
|
||||
hightLight in source code viewer
|
||||
|
||||

|
||||
|
||||
integrated chart
|
||||
|
||||

|
||||
|
||||
support chart drag and resize and drag and drop locations
|
||||
|
||||

|
||||
|
||||
separate chart example
|
||||
|
||||

|
||||
|
||||
|
||||
> Not recommended for use `cnpm`
|
||||
@@ -57,6 +57,7 @@ function sideBarGuide (title) {
|
||||
collapsable: false,
|
||||
children: [
|
||||
'',
|
||||
'q-a',
|
||||
'change-log'
|
||||
]
|
||||
}
|
||||
|
||||
21
docs/zh/guide/q-a.md
Normal file
21
docs/zh/guide/q-a.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 常见问题
|
||||
|
||||
## 如何启动文档的开发环境
|
||||
|
||||
这里目前还有一个小遗憾,d2admin 使用的 webpack 版本不能符合 vuepress 的要求,所以如果你想在本地启动文档站点的服务,需要按下述步骤
|
||||
|
||||
首先将 vuepress 安装到全局
|
||||
|
||||
```
|
||||
npm i -g vuepress
|
||||
```
|
||||
|
||||
启动服务
|
||||
|
||||
```
|
||||
npm run doc:dev
|
||||
```
|
||||
|
||||
::: tip
|
||||
你可能会发现项目目录中有一个 deploy.sh 文件,这个文件是为了方便发布文档用的,你并不需要使用它
|
||||
:::
|
||||
Reference in New Issue
Block a user