@lcpcode/parser
v0.0.4
Published
解析器
Downloads
3
Readme
parser
parser.
See our website parser for more information.
Install
Using npm:
$ npm install -S parser
or using yarn:
$ yarn add parser
使用说明:parser 提供四种使用模式(isPreview 的优先级高于 isUsedByUrl,有 isPreview 时,isUsedByUrl 失效)
- 设计器使用时,预览模式
- 访问链接示例:http://host?appId=aid_0WOKDK870fEdRHphHQSd4&isPreview=true
- 通过 url 访问模式
- 分为两种模式
- 通过访问 id 访问(提供分享链接,输入密码访问)
- 访问链接示例:http://host?appId=accessid_28Q-axOra-NnleF3yd3gt&isUsedByUrl=true
- 通过资产 id 访问
- 访问链接示例:http://host?appId=aid_0WOKDK870fEdRHphHQSd4&isUsedByUrl=true
- 通过访问 id 访问(提供分享链接,输入密码访问)
- 分为两种模式
- dist 私有服务器部署模式
- 访问链接示例:http://host?appId=aid_0WOKDK870fEdRHphHQSd4
- SDK 集成到代码开发模式
- import Parser from '@lcpcode/parser'