# nuxt-typo3-ce

This package includes typed and tested content elements from nuxt-typo3.
In the near feature we would like to use it in the core.

If your project use TypeScript you can install this content elements instead of default from nuxt-typo3. 

## Installation
```
yarn add nuxt-typo3-ce
```

### Development in storybook
```
yarn storybook
```

### Run unit tests
```
yarn test:unit
```

### Lints and fixes files
```
yarn lint
```
