portal-maker-design

0.2.10 • Public • Published

站点网页设计器

安装

npm install portal-maker-design --save

引用

import PortalMakerDesign from 'portal-maker-design'
import 'portal-maker-design/lib/css/index.css'
...

Vue.use(PortalMakerDesign, options)

...

options

配置项 备注 默认值
portalListRouteName 网页模板页面路由名字 portalList
designPortalRouteName 设计器页面路由名字 designPortal
vuexName vuex模块的名字 portal
store vuex的实例 必须
ajax axios对象 {}

ajax

传入 axios 对象 ...

组件

名字 备注
PortalList 网站模板列表组件
WebsizeList 站点列表组件
DesignPortal 设计器组件

组件参数

  • PortalList

props

名字 备注 类型
appId 站点id Number, String
  • DesignPortal

props

名字 备注 类型
id 网页模板id Number, String

Readme

Keywords

none

Package Sidebar

Install

npm i portal-maker-design

Weekly Downloads

0

Version

0.2.10

License

none

Unpacked Size

3.63 MB

Total Files

17

Last publish

Collaborators

  • yubaobin
  • yangdilin