# Storyly Web Placement

```Text Yarn
yarn add storyly-placement
```

or

```Text npm
npm install storyly-placement
```

​
Import `storyly-placement` to where you register global components, like **main.js**.
​
That way, you would not need to import `storyly-placement` under different pages several times.
​

```Text HTML
import 'storyly-placement';
```

For further information regarding the usage of `storyly-placement`, please check out [docs](https://docs.storyly.io/v3.0/docs/placement-web-initial-setup).

# Change Log

check out [release notes](https://github.com/Netvent/storyly-sdk/blob/master/web/RELEASENOTES.md).
