chatwoot/app/javascript
Pranav 220a947380
feat: Add histoire for component playground (#10256)
We will use
[histoire](https://histoire.dev/guide/vue3/getting-started.html) for
component development. I've locked the version to 0.17.15 as it had
issues in the latest versions.

Run the following commands to start the development server.

```bash
# Start the development server
pnpm story:dev

# Build the assets to deploy it to website
pnpm story:build

# View the production version of the build
pnpm story:preview
```
2024-10-09 22:10:53 -07:00
..
dashboard fix: Use native a tag for https URL in the sidebar (#10254) 2024-10-09 21:04:04 -07:00
design-system feat: Add histoire for component playground (#10256) 2024-10-09 22:10:53 -07:00
entrypoints fix: Resolve accountId from the route, initialize route-sync before the app is loaded (#10245) 2024-10-08 09:25:51 -07:00
portal style: apply fixes for eslint issues [cw-3590] (#10210) 2024-10-03 15:02:12 +05:30
sdk fix: Avoid overflow caused by the empty span element (#9753) 2024-07-10 19:56:46 -07:00
shared chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
superadmin_pages chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
survey chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
v3 fix: emit events across the app (#10227) 2024-10-04 08:03:41 -07:00
widget chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
histoire.setup.ts feat: Add histoire for component playground (#10256) 2024-10-09 22:10:53 -07:00