## Getting started Just add the component ```javascript import SynapseViewer from '@1doc3/synapse-wizard' export default { components: { SynapseViewer }, ... } ```
npm install @1doc3/synapse-wizardjavascript
import SynapseViewer from '@1doc3/synapse-wizard'
export default {
components: { SynapseViewer },
...
}
`$3
Project setup
`
npm i
`$3
`
npm run dev
`$3
First of all, login with your npm account associated with @1doc3. Then increments the version on package.json file and...
`
npm run build
npm publish
``