https://github.com/ethiel97/collapsible-notification-interaction-nuxt
Created with StackBlitz ⚡️
https://github.com/ethiel97/collapsible-notification-interaction-nuxt
Last synced: 2 months ago
JSON representation
Created with StackBlitz ⚡️
- Host: GitHub
- URL: https://github.com/ethiel97/collapsible-notification-interaction-nuxt
- Owner: Ethiel97
- Created: 2025-01-19T02:10:58.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-20T17:03:00.000Z (5 months ago)
- Last Synced: 2025-02-07T17:38:34.018Z (4 months ago)
- Language: Vue
- Homepage: https://stackblitz.com/edit/nuxt-starter-k4z8vt
- Size: 5.05 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Collapsible Notification Interaction
### Demo Link
[Demo](https://nuxtstarterhjyarwwj-xwqh--3000--1b4252dd.local-credentialless.webcontainer.io/)### Demo preview
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.