@1doc3/synapse-viewer 中文文档教程
synapse-viewer
Getting started
只需添加组件
import SynapseViewer from '@1doc3/synapse-viewer'
export default {
components: { SynapseViewer },
...
}
Properties
- data: array[SynpaseQuestion]
[
{
type: 'info',
group: 'init',
title: 'Antes de iniciar tu consulta, responde las siguientes preguntas para que el doctor te pueda dar una mejor orientación. Te pedimos sinceridad, recuerda que esto no te limitará el acceso médico.',
answer: null,
titleStyle: 'normal',
validations: [],
questionData: {}
},
{
id: '1',
type: 'singleSelection',
group: 'init',
title: '¿Has tenido contacto directo en los últimos 7 días con alguna persona con COVID-19 confirmado con prueba?',
answer: 1,
titleStyle: 'small',
validations: [
'required'
],
patientTitle: '¿La persona por la que consultas ha tenido contacto directo en los últimos 7 días con alguna persona con COVID-19 confirmado con prueba?',
questionData: {
options: [
{
label: 'Si',
value: 1
},
{
label: 'No',
value: 2
}
]
}
},
]
Project setup
npm i
Compiles and hot-reloads for development
npm run serve
Compiles and publish changes
首先,使用与@1doc3 关联的 npm 帐户登录。 然后增加 package.log 文件中的版本,并……
npm run build
npm publish
Lints and fixes files
yarn lint
Lints and fixes files
yarn lint
Customize configuration
参见配置参考。
synapse-viewer
Getting started
Just add the component
import SynapseViewer from '@1doc3/synapse-viewer'
export default {
components: { SynapseViewer },
...
}
Properties
- data: array[SynpaseQuestion]
[
{
type: 'info',
group: 'init',
title: 'Antes de iniciar tu consulta, responde las siguientes preguntas para que el doctor te pueda dar una mejor orientación. Te pedimos sinceridad, recuerda que esto no te limitará el acceso médico.',
answer: null,
titleStyle: 'normal',
validations: [],
questionData: {}
},
{
id: '1',
type: 'singleSelection',
group: 'init',
title: '¿Has tenido contacto directo en los últimos 7 días con alguna persona con COVID-19 confirmado con prueba?',
answer: 1,
titleStyle: 'small',
validations: [
'required'
],
patientTitle: '¿La persona por la que consultas ha tenido contacto directo en los últimos 7 días con alguna persona con COVID-19 confirmado con prueba?',
questionData: {
options: [
{
label: 'Si',
value: 1
},
{
label: 'No',
value: 2
}
]
}
},
]
Project setup
npm i
Compiles and hot-reloads for development
npm run serve
Compiles and publish changes
First of all, login with your npm account associated with @1doc3. Then increments the version on package.log file and…
npm run build
npm publish
Lints and fixes files
yarn lint
Lints and fixes files
yarn lint
Customize configuration
更多